Scripts/Spells: Fixed a console error inspell_dru_lifebloom

Port From (https://github.com/TrinityCore/TrinityCore/commit/4b3e6b999803af6fc7322a536a79b2638b60d65d)
This commit is contained in:
hondacrx
2021-12-01 20:44:05 -05:00
parent 15cd6313d1
commit 6fe941575b
+1 -1
View File
@@ -743,7 +743,7 @@ namespace Scripts.Spells.Druid
return;
// final heal
OnRemoveEffect(GetTarget(), aurEff, GetStackAmount());
OnRemoveEffect(GetUnitOwner(), aurEff, GetStackAmount());
}
void HandleDispel(DispelInfo dispelInfo)