[10911] Fix GCC warning

This commit is contained in:
zergtmn 2010-12-23 23:31:22 +05:00
parent b6c50838a3
commit f61166c2bf
2 changed files with 2 additions and 2 deletions

View file

@ -8926,7 +8926,7 @@ void ObjectMgr::LoadTrainers(char const* tableName, bool isTemplates)
{
if (tSpells->spellList.find(spell) != tSpells->spellList.end())
{
sLog.outErrorDb("Table `%s` for trainer (Entry: %u) has spell %u listed in trainer template %u, ignore", tableName, entry, spell);
sLog.outErrorDb("Table `%s` for trainer (Entry: %u) has spell %u listed in trainer template %u, ignore", tableName, entry, spell, cInfo->trainerId);
continue;
}
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10910"
#define REVISION_NR "10911"
#endif // __REVISION_NR_H__