Misc fixes

This commit is contained in:
hondacrx
2017-12-30 16:34:55 -05:00
parent cf3857edb8
commit 536c8c94a5
4 changed files with 669 additions and 7 deletions
+1 -1
View File
@@ -887,7 +887,7 @@ namespace Game.Entities
if (bound.Spell == dbc_node.Spell)
{
Log.outError(LogFilter.Sql, "Spell {0} auto-learn spell {1} in spell.dbc then the record in `spell_learn_spell` is redundant, please fix DB.",
entry.SpellName, dbc_node.Spell);
entry.Id, dbc_node.Spell);
found = true;
break;
}