*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:
QAston
2010-07-27 02:36:27 +02:00
parent dd8d6701b8
commit fb1727abb1

View File

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