mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10219] Fix spell 36032 stacking and procs
This commit is contained in:
parent
c384650af8
commit
5a1a40719c
6 changed files with 15 additions and 3 deletions
|
|
@ -3651,5 +3651,10 @@ SpellAuraProcResult Unit::HandleModDamagePercentDoneAuraProc(Unit* /*pVictim*/,
|
|||
|
||||
CastCustomSpell(this, 34075, &bp, NULL, NULL, true, castItem, triggeredByAura);
|
||||
}
|
||||
// Arcane Blast
|
||||
else if (spellInfo->Id == 36032 && procSpell->SpellFamilyName == SPELLFAMILY_MAGE && procSpell->SpellIconID == 2294)
|
||||
// prevent proc from self(spell that triggered this aura)
|
||||
return SPELL_AURA_PROC_FAILED;
|
||||
|
||||
return SPELL_AURA_PROC_OK;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue