mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Merge pull request #2557 from idostyle/master
Spell: Mark of the Fallen Champion
This commit is contained in:
@@ -8772,7 +8772,7 @@ bool Unit::HandleProcTriggerSpell(Unit* victim, uint32 damage, AuraEffect* trigg
|
||||
case 72256:
|
||||
// this should be handled by targetAuraSpell, but because 72408 is not passive
|
||||
// one failed proc will remove the entire aura
|
||||
CastSpell(NULL, trigger_spell_id, true, NULL, triggeredByAura);
|
||||
CastSpell((Unit*)NULL, trigger_spell_id, true, NULL, triggeredByAura);
|
||||
return true;
|
||||
case 15337: // Improved Spirit Tap (Rank 1)
|
||||
case 15338: // Improved Spirit Tap (Rank 2)
|
||||
|
||||
Reference in New Issue
Block a user