From fb9c08148d290d8e976086fcd9e7d39a8cb7e47a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 10 Sep 2021 02:38:22 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=87=E7=94=A8=E5=BC=B9?= =?UTF-8?q?=E5=A4=B9=E7=9A=84=E5=AD=90=E5=BC=B9=E6=95=B0=E9=87=8F=E6=B2=A1?= =?UTF-8?q?=E5=88=B7=E6=96=B0=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 | 1 + 1 file changed, 1 insertion(+) 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; } }