diff options
author | Machiavelli <none@none> | 2009-06-24 21:30:34 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-06-24 21:30:34 +0200 |
commit | c3c0ff3f3f21fb853c8aed3d6478a05ef06134ce (patch) | |
tree | dbaa6cafb3829827789ad655221d3598b48582b5 /src | |
parent | 7fd26a5fee28cc875aff421ae38df61e259a5fc9 (diff) |
* Update log message, fix build
--HG--
branch : trunk
Diffstat (limited to 'src')
-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; } |