mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Remove Log.Hex remaining entries
This commit is contained in:
@@ -2809,8 +2809,6 @@ namespace RoF
|
||||
}
|
||||
}
|
||||
|
||||
Log.Hex(Logs::Netcode, eq, sizeof(structs::SendAA_Struct) + emu->total_abilities*sizeof(structs::AA_Ability));
|
||||
|
||||
FINISH_ENCODE();
|
||||
}
|
||||
|
||||
@@ -4503,8 +4501,6 @@ namespace RoF
|
||||
emu->to_slot = RoFToServerSlot(eq->to_slot);
|
||||
IN(number_in_stack);
|
||||
|
||||
Log.Hex(Logs::Netcode, eq, sizeof(structs::MoveItem_Struct));
|
||||
|
||||
FINISH_DIRECT_DECODE();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user