Core/Scripts: Fixes ValidateSpellScripts, and type mismatch of parameters
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user