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/world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/world.sql') 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; -- cgit v1.2.3