mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
DB/Spells: Moonkin Aura, Mind Quickening and Wrath of Air totem will no longer stack their cast speed bonus
This commit is contained in:
9
sql/updates/world/4.3.4/2022_06_15_00_world.sql
Normal file
9
sql/updates/world/4.3.4/2022_06_15_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user