From 7167edf27cbc1a93b0bb33a4279c48fdbb475611 Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 18 Jan 2018 18:13:38 -0300 Subject: Core/Scripts: fix Roar of Sacrifice --- src/server/scripts/Spells/spell_hunter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp index 91647a422a9..7e4d4b029a9 100644 --- a/src/server/scripts/Spells/spell_hunter.cpp +++ b/src/server/scripts/Spells/spell_hunter.cpp @@ -1291,7 +1291,7 @@ class spell_hun_roar_of_sacrifice : public SpellScriptLoader CastSpellExtraArgs args(aurEff); args.AddSpellBP0(CalculatePct(eventInfo.GetDamageInfo()->GetDamage(), aurEff->GetAmount())); - eventInfo.GetActor()->CastSpell(GetCaster(), SPELL_ROAR_OF_SACRIFICE_TRIGGERED, args); + eventInfo.GetActionTarget()->CastSpell(GetCaster(), SPELL_ROAR_OF_SACRIFICE_TRIGGERED, args); } void Register() override -- cgit v1.2.3