From bf24b15380d49642d18885137a2e3a392c53318f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 18 Jul 2019 11:38:01 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {