mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[10911] Fix GCC warning
This commit is contained in:
parent
b6c50838a3
commit
f61166c2bf
2 changed files with 2 additions and 2 deletions
|
|
@ -8926,7 +8926,7 @@ void ObjectMgr::LoadTrainers(char const* tableName, bool isTemplates)
|
||||||
{
|
{
|
||||||
if (tSpells->spellList.find(spell) != tSpells->spellList.end())
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10910"
|
#define REVISION_NR "10911"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue