[9022] Fixed small typo in creature_template.difficulty_entry_N checks.

This commit is contained in:
VladimirMangos 2009-12-19 01:29:10 +03:00
parent a8d4254d33
commit b95e3046c0
2 changed files with 2 additions and 2 deletions

View file

@ -504,7 +504,7 @@ void ObjectMgr::LoadCreatureTemplates()
if (difficultyEntries[diff].find(i) != difficultyEntries[diff].end())
{
sLog.outErrorDb("Creature (Entry: %u) listed as difficulty %u but have value in `difficulty_entry_1`.", i, diff + 1);
sLog.outErrorDb("Creature (Entry: %u) listed as difficulty %u but have value in `difficulty_entry_%u`.", i, diff + 1, diff + 1);
continue;
}