* Update log message, fix build

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-06-24 21:30:34 +02:00
parent 7fd26a5fee
commit c3c0ff3f3f

View File

@@ -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;
}