From 5073a6fc63b374304c5f6ff6c278e6d653888be0 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 13 Apr 2023 14:16:58 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 58c417d4..5e4a1398 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1242,6 +1242,9 @@ void Human::DeadDrop() } } } + { + on_dead_remove_objects_.clear(); + } { if (GetInventory(IS_GEMSTONE) > 0 && gemstone > 0) { room->frame_event.AddPropChg @@ -1264,9 +1267,6 @@ void Human::DeadDrop() SyncVolume(IS_GEMSTONE); } } - { - on_dead_remove_objects_.clear(); - } MarkSyncActivePlayer(__FILE__, __LINE__, __func__); }