From 1e783cc4468271cb5a2d69889805cf8281fd7049 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Sun, 22 May 2011 01:28:27 +0700 Subject: Core/Spells: Fix a bug when you can't use Ice Block under Forbearance effect --- src/server/game/Spells/SpellMgr.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3