Core/Scripts: Fixes ValidateSpellScripts, and type mismatch of parameters

This commit is contained in:
hondacrx
2018-01-13 23:17:54 -05:00
parent a96e26329f
commit bde833d452
4 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -1597,7 +1597,7 @@ namespace Game
uint count = 0;
foreach (var script in spellScriptsStorage.ToList())
foreach (var script in spellScriptsStorage.KeyValueList)
{
SpellInfo spellEntry = Global.SpellMgr.GetSpellInfo(script.Key);