diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index 02fdd3a..11c47d1 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -528,10 +528,12 @@ int Room::CreateLootEx(int equip_id, a8::Vec2 born_pos, a8::Vec2 pos, int count, if (equip_meta) { #ifdef DEBUG if (GetGasData().gas_mode == GasWaiting || GetGasData().gas_mode == GasMoving) { + #if 0 if (equip_id == 30908) { abort(); a8::XPrintf("CreateLootEx %d\n", {equip_id}); } + #endif } #endif Loot* entity = EntityFactory::Instance()->MakeLoot(AllocUniid());