aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-06-24 21:30:34 +0200
committerMachiavelli <none@none>2009-06-24 21:30:34 +0200
commitc3c0ff3f3f21fb853c8aed3d6478a05ef06134ce (patch)
treedbaa6cafb3829827789ad655221d3598b48582b5
parent7fd26a5fee28cc875aff421ae38df61e259a5fc9 (diff)
* Update log message, fix build
--HG-- branch : trunk
-rw-r--r--src/game/Bag.cpp2
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;
}