DB/Spells: Moonkin Aura, Mind Quickening and Wrath of Air totem will no longer stack their cast speed bonus

This commit is contained in:
sevi
2022-06-15 13:57:47 +02:00
committed by Ovahlord
parent 6b4056d8e8
commit f224ec4508

View File

@@ -0,0 +1,9 @@
DELETE FROM `spell_group_stack_rules` WHERE `group_id`= 1152;
INSERT INTO `spell_group_stack_rules` (`group_id`, `stack_rule`) VALUES
(1152, 3);
DELETE FROM `spell_group` WHERE `id`= 1152;
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
(1152, 24907),
(1152, 49868),
(1152, 2895);