fix(DB/SpellGroups): stacking rules of Power Infusion with Haste effects (#24164)
This commit is contained in:
parent
bb18f0a58c
commit
5ef7293e81
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
--
|
||||
-- Temporary Haste Buffs (PI, Heroism, Bloodlust)
|
||||
-- 3 SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT Same effects of spells will not stack, yet auras will remain on a target
|
||||
UPDATE `spell_group_stack_rules` SET `stack_rule`=3 WHERE `group_id`=1122;
|
||||
-- Power Infusion and Arcane Power
|
||||
-- 4 SPELL_GROUP_STACK_RULE_EXCLUSIVE_HIGHEST Only Highest effect will remain on target
|
||||
UPDATE `spell_group_stack_rules` SET `stack_rule`=4 WHERE `group_id`=1123;
|
||||
Loading…
Add table
Add a link
Reference in a new issue