[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) else if(m_spellInfo->SpellIconID == 1662 && m_spellInfo->AttributesEx & 0x20)
// Blood Fury (Racial) // Blood Fury (Racial)
AddPrecastSpell(23230); // Blood Fury - Healing Reduction AddPrecastSpell(23230); // Blood Fury - Healing Reduction
else if(m_spellInfo->Id == 20594) // Stoneskin
AddTriggeredSpell(65116); // Stoneskin - armor 10% for 8 sec
break; break;
} }
case SPELLFAMILY_MAGE: case SPELLFAMILY_MAGE:

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "8530" #define REVISION_NR "8531"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__