aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-22 01:28:27 +0700
committertobmaps <spambot42@yandex.ru>2011-05-22 01:28:27 +0700
commit1e783cc4468271cb5a2d69889805cf8281fd7049 (patch)
treec4ea24bb09752ad450b11a115fc421ee0e43922f /src
parent33a8171f4951afb464f31d26c3f9d70d070d092a (diff)
Core/Spells: Fix a bug when you can't use Ice Block under Forbearance effect
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 10af133afb7..15095d8fa83 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3916,10 +3916,6 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CASTER;
++count;
break;
- case 25771: // Forbearance - wrong mechanic immunity in DBC since 3.0.x
- spellInfo->EffectMiscValue[0] = MECHANIC_IMMUNE_SHIELD;
- ++count;
- break;
case 64321: // Potent Pheromones
// spell should dispel area aura, but doesn't have the attribute
// may be db data bug, or blizz may keep reapplying area auras every update with checking immunity