mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9022] Fixed small typo in creature_template.difficulty_entry_N checks.
This commit is contained in:
parent
a8d4254d33
commit
b95e3046c0
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue