diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 7d802a1..1f8b45f 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -2011,6 +2011,16 @@ void Human::GenBattleReportData(a8::MutableXObject* params) item_num )); items_str += a8::Format("%d:%d|", {item_id, item_num}); + #ifdef DEBUG + SendDebugMsg + (a8::Format("drop weapon_id:%d drop_id:%d item_id:%d item_num:%d", + { + grow_weapon.weapon_id, + item_meta->i->drop_id(), + item_id, + item_num + })); + #endif } } }