From 49c97633b8434be7af508ecc9f155ea147df9301 Mon Sep 17 00:00:00 2001 From: Shendor Date: Fri, 25 Sep 2009 15:36:43 +0300 Subject: [PATCH] [8531] Fixed spell 20594 Signed-off-by: Ambal --- src/game/Spell.cpp | 2 ++ src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index b5fac2632..0102b1a95 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -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: diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2fff78f36..c78be8ee6 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8530" + #define REVISION_NR "8531" #endif // __REVISION_NR_H__