cmangos-classic/sql/scriptdev2
Warlockbugs f2dabbffb0
Aura Stacking Rewrite: Implement rules for Power Infusion and Arcane Power
> Patch 1.10.2 (2006-05-02):
> Arcane Power: This aura will no longer stack with Power Infusion. If you use it, Arcane Power's aura will replace Power Infusion's aura.
> Power Infusion: This aura will no longer stack with Arcane Power. If you attempt to cast it on someone with Arcane Power, the spell will fail.

Implementation notes:
* These spells have no auras in common, so aura comparision is not used
* Dedicated spell specific will make sure these spells are unique per target, they will compete for single buff slot
* Spell script will prevent Power Infusion from being casted on a target when Arcane Power buff is present
2020-04-18 08:49:59 +03:00
..
scriptdev2.sql Rework and/or add phase 2 and 3 of Kel'Thuzad encounter 2020-04-13 16:50:04 +02:00
spell.sql Aura Stacking Rewrite: Implement rules for Power Infusion and Arcane Power 2020-04-18 08:49:59 +03:00