Added logging code to DropItem()

This commit is contained in:
Uleat
2016-12-19 20:58:38 -05:00
parent 908a7061cf
commit 18693998b9
2 changed files with 60 additions and 1 deletions
+3
View File
@@ -5003,6 +5003,9 @@ void Client::Handle_OP_CrashDump(const EQApplicationPacket *app)
void Client::Handle_OP_CreateObject(const EQApplicationPacket *app)
{
if (Log.log_settings[Logs::Inventory].is_category_enabled)
Log.Out(Logs::Detail, Logs::Inventory, "Handle_OP_CreateObject() [psize: %u] %s", app->size, DumpPacketToString(app).c_str());
DropItem(EQEmu::inventory::slotCursor);
return;
}