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