fix(DB/SpellGroup): feral Faerie Fire can apply with imp Faerie Fire (#24119)

This commit is contained in:
sogladev
2025-12-17 08:55:15 +01:00
committed by GitHub
parent 7ae6a4ad65
commit 0786f573e1

View File

@@ -0,0 +1,4 @@
--
-- Faerie Fire group
-- 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`=1016;