Fixes creatures aggro range, Wrong check on pathpoints, and a crash when there is no unitCaster.

This commit is contained in:
hondacrx
2022-07-17 22:49:28 -04:00
parent abbd51bf8d
commit acb9db8891
4 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -1018,7 +1018,7 @@ namespace Scripts.Spells.Mage
}
}
// 205021 - Ray of Frost
[Script] // 205021 - Ray of Frost
class spell_mage_ray_of_frost : SpellScript
{
public override bool Validate(SpellInfo spellInfo)
@@ -1039,6 +1039,7 @@ namespace Scripts.Spells.Mage
}
}
[Script]
class spell_mage_ray_of_frost_aura : AuraScript
{
public override bool Validate(SpellInfo spellInfo)