aboutsummaryrefslogtreecommitdiff
path: root/sql/world.sql
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 /sql/world.sql
parentc6bdcb6b7c4432df0efa686bda3f8dbff53a905d (diff)
*Battle shout and Commanding Shout can stack with each other when cast by different casters.
--HG-- branch : trunk
Diffstat (limited to 'sql/world.sql')
-rw-r--r--sql/world.sql2
1 files changed, 1 insertions, 1 deletions
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;