Core/Spells Make credit for quests "The Grand Melee" and "Among the Champions" a triggered cast (#17870)

Fix a problem where the credit wasn't casted due to CGD
(cherry picked from commit e1761a24ce)
This commit is contained in:
Gustavo
2016-08-28 18:34:23 -03:00
committed by joschiwald
parent a0d48b92d5
commit c4f2012ef5

View File

@@ -2597,7 +2597,7 @@ class spell_q13665_q13790_bested_trigger : public SpellScriptLoader
void HandleScript(SpellEffIndex /*effIndex*/)
{
Unit* target = GetHitUnit()->GetCharmerOrOwnerOrSelf();
target->CastSpell(target, uint32(GetEffectValue()));
target->CastSpell(target, uint32(GetEffectValue()), true);
}
void Register() override