mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10864] Implement itemsets 881, 882 at heal/damage target effect.
This commit is contained in:
parent
fefa8ab9db
commit
9b3535f803
6 changed files with 23 additions and 3 deletions
|
|
@ -952,6 +952,16 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
|
|||
case 63320:
|
||||
triggered_spell_id = 63321;
|
||||
break;
|
||||
// Shiny Shard of the Scale - Equip Effect
|
||||
case 69739:
|
||||
// Cauterizing Heal or Searing Flame
|
||||
triggered_spell_id = (procFlag & PROC_FLAG_SUCCESSFUL_POSITIVE_SPELL) ? 69734 : 69730;
|
||||
break;
|
||||
// Purified Shard of the Scale - Equip Effect
|
||||
case 69755:
|
||||
// Cauterizing Heal or Searing Flame
|
||||
triggered_spell_id = (procFlag & PROC_FLAG_SUCCESSFUL_POSITIVE_SPELL) ? 69733 : 69729;
|
||||
break;
|
||||
// Item - Shadowmourne Legendary
|
||||
case 71903:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue