fix(DB/Spells): add stack rule for love is in the air perfumes/colognes (#24659)

This commit is contained in:
Tereneckla 2026-02-10 03:26:54 +00:00 committed by GitHub
parent 1ec68348a9
commit 1c5c28b6f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
--
DELETE FROM `spell_group_stack_rules` WHERE `group_id` = 1114;
INSERT INTO `spell_group_stack_rules` (`group_id`,`stack_rule`, `description`) VALUES (1114, 1, 'Love is in the Air Flasks');