From db5ff45e817e3251c5878bb75195f6f1d1efd17f Mon Sep 17 00:00:00 2001 From: tobmaps Date: Fri, 20 May 2011 19:28:14 +0700 Subject: Core/Spells: Fix exploit with Improved Shadowform (Rank 1) --- src/server/game/Spells/SpellMgr.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 260d1e10230..8d98ae1a5a9 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3860,6 +3860,11 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->Stances = 1 << (FORM_TREE - 1); ++count; break; + case 47569: // Improved Shadowform (Rank 1) + // with this spell atrribute aura can be stacked several times + spellInfo->Attributes &= ~SPELL_ATTR0_NOT_SHAPESHIFT; + ++count; + break; case 30421: // Nether Portal - Perseverence spellInfo->EffectBasePoints[2] += 30000; ++count; -- cgit v1.2.3