Core/Scripts: Fix loading of spell scripts.

This commit is contained in:
hondacrx
2018-03-13 15:44:02 -04:00
parent 0ab3b8e8cd
commit 874e5b7b2c
3 changed files with 3 additions and 45 deletions
+1 -1
View File
@@ -2336,7 +2336,7 @@ namespace Game.Entities
vSchoolAbsorbCopy.Sort(new AbsorbAuraOrderPred());
// absorb without mana cost
foreach (var absorbAurEff in vSchoolAbsorbCopy)
foreach (var absorbAurEff in vSchoolAbsorbCopy.ToList())
{
if (damageInfo.GetDamage() == 0)
break;