mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
Core/Spells: Fix a bug when you can't use Ice Block under Forbearance effect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user