Core/Spells: Fix a bug when you can't use Ice Block under Forbearance effect

This commit is contained in:
tobmaps
2011-05-22 01:28:27 +07:00
parent 33a8171f49
commit 1e783cc446

View File

@@ -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