[8531] Fixed spell 20594

Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
Shendor 2009-09-25 15:36:43 +03:00 committed by Ambal
parent a2d1781ba8
commit 49c97633b8
2 changed files with 3 additions and 1 deletions

View file

@ -2412,6 +2412,8 @@ void Spell::cast(bool skipCheck)
else if(m_spellInfo->SpellIconID == 1662 && m_spellInfo->AttributesEx & 0x20)
// Blood Fury (Racial)
AddPrecastSpell(23230); // Blood Fury - Healing Reduction
else if(m_spellInfo->Id == 20594) // Stoneskin
AddTriggeredSpell(65116); // Stoneskin - armor 10% for 8 sec
break;
}
case SPELLFAMILY_MAGE: