From da8626a1e4657328c4f1b22a98bc0926fe91bcec Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 20 Oct 2021 17:48:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AD=90=E5=BC=B9=E8=A3=85?= =?UTF-8?q?=E5=A1=AB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/human.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 1b328c9..a8e1659 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3448,6 +3448,9 @@ void Human::ProcLootSpecItem(AddItemDTO& dto) ((Loot*)entity)->BroadcastFullState(room); } need_sync_active_player = true; + if (action_type == AT_None) { + AutoLoadingBullet(); + } return; } }