From 08ab48ea5bf01cb35fbb5b105e51bc1a128704d6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 27 Nov 2016 07:47:20 +0100 Subject: DB/Spell: Warrior Shouts Closes #14931 by Ayik0 --- sql/updates/world/master/2016_11_27_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2016_11_27_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2016_11_27_00_world.sql b/sql/updates/world/master/2016_11_27_00_world.sql new file mode 100644 index 00000000000..1bc69656109 --- /dev/null +++ b/sql/updates/world/master/2016_11_27_00_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `spell_group_stack_rules` WHERE `group_id`= 2500 AND `stack_rule`= 2; +INSERT INTO `spell_group_stack_rules` (`group_id`,`stack_rule`) VALUES (2500, 2); + +DELETE FROM `spell_group` WHERE `id`= 2500 AND `spell_id` IN (469,6673); +INSERT INTO `spell_group` (`id`,`spell_id`) VALUES +(2500, 469), -- Commanding Shout +(2500, 6673); -- Battle Shout +-- -- cgit v1.2.3