mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user