mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
*Make Potent Pheromones dispel auras for which it provides immunity.
*Remove not needed attribute modification for Light's Beacon. --HG-- branch : trunk
This commit is contained in:
@@ -3832,8 +3832,11 @@ void SpellMgr::LoadSpellCustomAttr()
|
||||
spellInfo->EffectMiscValue[0] = MECHANIC_IMMUNE_SHIELD;
|
||||
count++;
|
||||
break;
|
||||
case 53651:
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR_EX3_NO_INITIAL_AGGRO;
|
||||
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
|
||||
// that will be clear if we get more spells with problem like this
|
||||
spellInfo->AttributesEx |= SPELL_ATTR_EX_DISPEL_AURAS_ON_IMMUNITY;
|
||||
count++;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user