mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
@@ -8894,7 +8894,7 @@ void ObjectMgr::LoadTrainers()
|
||||
if (spell.ReqSkillLine && !sSkillLineStore.LookupEntry(spell.ReqSkillLine))
|
||||
{
|
||||
TC_LOG_ERROR("sql.sql", "Table `trainer_spell` references non-existing skill (ReqSkillLine: %u) for TrainerId %u and SpellId %u, ignoring",
|
||||
spell.ReqSkillLine, spell.SpellId, trainerId);
|
||||
spell.ReqSkillLine, trainerId, spell.SpellId);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user