diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 93777ee..b721553 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3404,6 +3404,7 @@ void Human::ProcLootSpecItem(AddItemDTO& dto) ((Loot*)entity)->count -= add_num; ((Loot*)entity)->BroadcastFullState(room); } + need_sync_active_player = true; return; } }