From abd9ce7ad1e903cd54a9f205a391624cc32d4c0a Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 23 Feb 2010 00:13:15 +0100 Subject: *Battle shout and Commanding Shout can stack with each other when cast by different casters. --HG-- branch : trunk --- sql/updates/7402_world_spell_group_stack_rules.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/7402_world_spell_group_stack_rules.sql (limited to 'sql/updates') diff --git a/sql/updates/7402_world_spell_group_stack_rules.sql b/sql/updates/7402_world_spell_group_stack_rules.sql new file mode 100644 index 00000000000..4db195dc9de --- /dev/null +++ b/sql/updates/7402_world_spell_group_stack_rules.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_group_stack_rules` WHERE `group_id` IN (1011); +INSERT INTO `spell_group_stack_rules` (`group_id`, `stack_rule`) VALUES (1011, 2); -- cgit v1.2.3