aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2010-02-23 00:13:15 +0100
committerQAston <none@none>2010-02-23 00:13:15 +0100
commitabd9ce7ad1e903cd54a9f205a391624cc32d4c0a (patch)
treeeea7fcd7346bfc83bb25282d1a355e081d659fcd
parentc6bdcb6b7c4432df0efa686bda3f8dbff53a905d (diff)
*Battle shout and Commanding Shout can stack with each other when cast by different casters.
--HG-- branch : trunk
-rw-r--r--sql/updates/7402_world_spell_group_stack_rules.sql2
-rw-r--r--sql/world.sql2
2 files changed, 3 insertions, 1 deletions
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);
diff --git a/sql/world.sql b/sql/world.sql
index 5ea9dce74b9..afc1f105d86 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -7028,7 +7028,7 @@ INSERT INTO spell_group_stack_rules (`group_id`, `stack_rule`) VALUES
(1008, 1),
(1009, 1),
(1010, 2),
-(1011, 1);
+(1011, 2);
/*!40000 ALTER TABLE `spell_group_stack_rules` ENABLE KEYS */;
UNLOCK TABLES;