diff options
Diffstat (limited to 'src/game/Bag.cpp')
-rw-r--r-- | src/game/Bag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Bag.cpp b/src/game/Bag.cpp index a4b7bcb5c2d..783507c504a 100644 --- a/src/game/Bag.cpp +++ b/src/game/Bag.cpp @@ -153,7 +153,7 @@ void Bag::StoreItem( uint8 slot, Item *pItem, bool /*update*/ ) { if(slot > MAX_BAG_SIZE) { - sLog.outError("Player GUID" UI64FMTD "tried to manipulate packets and crash the server.", GetOwnerGUID()); + sLog.outError("Player GUID " I64FMTD " tried to manipulate packets and crash the server.", GetOwnerGUID()); return; } |