From c3c0ff3f3f21fb853c8aed3d6478a05ef06134ce Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 24 Jun 2009 21:30:34 +0200 Subject: * Update log message, fix build --HG-- branch : trunk --- src/game/Bag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Bag.cpp') 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; } -- cgit v1.2.3