diff --git a/Source/Scripts/Spells/Druid.cs b/Source/Scripts/Spells/Druid.cs index de026dc65..7ed5746be 100644 --- a/Source/Scripts/Spells/Druid.cs +++ b/Source/Scripts/Spells/Druid.cs @@ -743,7 +743,7 @@ namespace Scripts.Spells.Druid return; // final heal - OnRemoveEffect(GetTarget(), aurEff, GetStackAmount()); + OnRemoveEffect(GetUnitOwner(), aurEff, GetStackAmount()); } void HandleDispel(DispelInfo dispelInfo)