Scripts/Spells: Fixed a console error inspell_dru_lifebloom
Port From (https://github.com/TrinityCore/TrinityCore/commit/4b3e6b999803af6fc7322a536a79b2638b60d65d)
This commit is contained in:
@@ -743,7 +743,7 @@ namespace Scripts.Spells.Druid
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
// final heal
|
// final heal
|
||||||
OnRemoveEffect(GetTarget(), aurEff, GetStackAmount());
|
OnRemoveEffect(GetUnitOwner(), aurEff, GetStackAmount());
|
||||||
}
|
}
|
||||||
|
|
||||||
void HandleDispel(DispelInfo dispelInfo)
|
void HandleDispel(DispelInfo dispelInfo)
|
||||||
|
|||||||
Reference in New Issue
Block a user