diff options
| author | QAston <none@none> | 2010-02-23 00:13:15 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2010-02-23 00:13:15 +0100 |
| commit | abd9ce7ad1e903cd54a9f205a391624cc32d4c0a (patch) | |
| tree | eea7fcd7346bfc83bb25282d1a355e081d659fcd /sql/updates | |
| parent | c6bdcb6b7c4432df0efa686bda3f8dbff53a905d (diff) | |
*Battle shout and Commanding Shout can stack with each other when cast by different casters.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7402_world_spell_group_stack_rules.sql | 2 |
1 files changed, 2 insertions, 0 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); |
