diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-03-18 00:11:41 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-03-18 00:11:41 -0300 |
commit | 4fe960b9e87174233d1fec9734bf34f38ad2cc5f (patch) | |
tree | f493dc59f37f1737352b77f7477740ad13f0ef4e | |
parent | 9e90f7af78842f701f36811d4b3650755794ff45 (diff) |
DB/Spells: fix group stacking rules for MP5 buffs (BoW and Mana Spring)
Closes #21637
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_18_00_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_18_00_world_335.sql b/sql/updates/world/3.3.5/2018_03_18_00_world_335.sql new file mode 100644 index 00000000000..056ce6cc98a --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_18_00_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_group_stack_rules` SET `stack_rule`=3 WHERE `group_id`=1105; |