Fixes so errors

This commit is contained in:
hondacrx
2021-06-25 10:40:44 -04:00
parent 229ee1b497
commit 345a2974ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ namespace Scripts.Spells.Mage
{
Unit unit = GetTarget();
_health = unit.GetHealth();
_pos = unit.GetPosition();
_pos = new(unit.GetPosition());
}
void AfterRemove(AuraEffect aurEff, AuraEffectHandleModes mode)