diff --git a/server/gameserver/creature.cc b/server/gameserver/creature.cc index 813d26d9..0c6813fb 100644 --- a/server/gameserver/creature.cc +++ b/server/gameserver/creature.cc @@ -3882,5 +3882,13 @@ float Creature::GetHeightOffset() void Creature::SpecShot(const glm::vec3& pos, int max_bullet) { - + room->frame_event.AddPropChgEx + ( + GetWeakPtrRef(), + kPropSpecShot, + 0, + pos.x, + pos.y, + pos.z + ); }