diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 3bb8151..fc2e3d0 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -2103,7 +2103,7 @@ void Human::InternalShot(MetaData::Equip* bullet_meta, int skill_id, size_t offs return; } } - if (offset_idx <=0 ) { + if (offset_idx <= 0) { room->frame_event.AddShot(this); } for (auto& born_point : born_points) {