diff options
| author | Trisjdc <trisjdc@gmail.com> | 2014-06-16 14:03:21 +0100 |
|---|---|---|
| committer | Trisjdc <trisjdc@gmail.com> | 2014-06-16 14:03:21 +0100 |
| commit | 24d834af17c2a9b22225f4381082acd2016c70ef (patch) | |
| tree | 307db5d990b805dcc2ae4b8479bac69f93b06085 | |
| parent | ddaafdb720212da6425bb902b88a5b88072c5038 (diff) | |
Fixup
| -rw-r--r-- | sql/updates/world/2014_06_16_00_world_spell_group.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_06_16_00_world_spell_group.sql b/sql/updates/world/2014_06_16_00_world_spell_group.sql index 710c468c6bd..363030eeaa1 100644 --- a/sql/updates/world/2014_06_16_00_world_spell_group.sql +++ b/sql/updates/world/2014_06_16_00_world_spell_group.sql @@ -1,3 +1,3 @@ -- Target Critical Increase Debuffs should stack, and only the higher effect apply -UPDATE spell_group_stack_rules SET stack_rule=3 WHERE group_id=1059; +UPDATE spell_group_stack_rules SET stack_rule=3 WHERE group_id=1058; |
