mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[8151] Fixed some format warnings and typos.
Signed-off-by: VladimirMangos <vladimir@getmangos.com> SOme changes rewrited with using [8150]
This commit is contained in:
parent
e0ddcd6ead
commit
03926619d9
9 changed files with 18 additions and 18 deletions
|
|
@ -78,7 +78,7 @@ WorldSession::~WorldSession()
|
|||
|
||||
void WorldSession::SizeError(WorldPacket const& packet, uint32 size) const
|
||||
{
|
||||
sLog.outError("Client (account %u) send packet %s (%u) with size %u but expected %u (attempt crash server?), skipped",
|
||||
sLog.outError("Client (account %u) send packet %s (%u) with size " SIZEFMTD " but expected %u (attempt crash server?), skipped",
|
||||
GetAccountId(),LookupOpcodeName(packet.GetOpcode()),packet.GetOpcode(),packet.size(),size);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue