Core: Even more warning fixes

This commit is contained in:
DDuarte
2014-10-27 22:52:19 +00:00
parent 7dc4b7e6f8
commit 5bc823f5e7
12 changed files with 15 additions and 15 deletions

View File

@@ -1532,7 +1532,7 @@ public:
return false;
}
handler->PSendSysMessage("LinkGUID '%u' added to creature with DBTableGUID: '" UI64FMTD "'", linkguid, creature->GetDBTableGUIDLow());
handler->PSendSysMessage("LinkGUID '" UI64FMTD "' added to creature with DBTableGUID: '" UI64FMTD "'", linkguid, creature->GetDBTableGUIDLow());
return true;
}