[10864] Implement itemsets 881, 882 at heal/damage target effect.

This commit is contained in:
VladimirMangos 2010-12-12 11:18:27 +03:00
parent fefa8ab9db
commit 9b3535f803
6 changed files with 23 additions and 3 deletions

View file

@ -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:
{