diff options
| author | megamage <none@none> | 2009-07-12 17:52:27 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-12 17:52:27 +0800 |
| commit | b5d802b70c2581583eb941765b25b85119b7391e (patch) | |
| tree | 8a7c2b15ce4c6a3d04f068259c34179bc3c9060b /src/game/WorldSession.cpp | |
| parent | 5e22d496aef731be5a765d843b05aca40222a6ec (diff) | |
[8151] Fixed some format warnings and typos. Author: Win32
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSession.cpp')
| -rw-r--r-- | src/game/WorldSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldSession.cpp b/src/game/WorldSession.cpp index b35246d1cec..2b905ea835f 100644 --- a/src/game/WorldSession.cpp +++ b/src/game/WorldSession.cpp @@ -84,7 +84,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); } |
