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; } }