diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_druid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_druid.cpp b/src/server/scripts/Spells/spell_druid.cpp index ad82af77549..48c77e2eb33 100644 --- a/src/server/scripts/Spells/spell_druid.cpp +++ b/src/server/scripts/Spells/spell_druid.cpp @@ -902,7 +902,7 @@ public: return; // final heal - OnRemoveEffect(GetTarget(), aurEff, GetStackAmount()); + OnRemoveEffect(GetUnitOwner(), aurEff, GetStackAmount()); } void HandleDispel(DispelInfo* dispelInfo) |