[9757] Add triggered spell(strength buff) for 71904

This commit is contained in:
Laise 2010-04-18 10:46:22 +03:00
parent a502d1eb78
commit 5b56c321c8
3 changed files with 4 additions and 1 deletions

View file

@ -2534,6 +2534,8 @@ void Spell::cast(bool skipCheck)
AddPrecastSpell(11196); // Recently Bandaged
else if(m_spellInfo->Id == 20594) // Stoneskin
AddTriggeredSpell(65116); // Stoneskin - armor 10% for 8 sec
else if(m_spellInfo->Id == 71904) // Chaos Bane strength buff
AddTriggeredSpell(73422);
break;
}
case SPELLFAMILY_MAGE: