[8476] Revert some recent cleanup changes, some other fixes and cleanups.

This commit is contained in:
VladimirMangos 2009-09-05 22:06:53 +04:00
parent bd30769dec
commit 7a2df3c309
7 changed files with 18 additions and 21 deletions

View file

@ -2989,7 +2989,7 @@ void SpellMgr::CheckUsedSpells(char const* table)
{
if(spellEntry->SpellFamilyFlags != 0 || spellEntry->SpellFamilyFlags2 != 0)
{
sLog.outError("Spell %u '%s' not fit to (" UI64FMTD "," I32FMT ") but used in %s.",
sLog.outError("Spell %u '%s' not fit to (" I64FMT "," I32FMT ") but used in %s.",
spell, name.c_str(), familyMaskA, familyMaskB, code.c_str());
continue;
}