diff options
| author | Trisjdc <trisjdc@gmail.com> | 2014-06-16 13:45:03 +0100 |
|---|---|---|
| committer | Trisjdc <trisjdc@gmail.com> | 2014-06-16 13:45:03 +0100 |
| commit | ddaafdb720212da6425bb902b88a5b88072c5038 (patch) | |
| tree | b71b8ff676602651139256085b8e81ce578c24c9 | |
| parent | e8df8ff4dfefae8adf91e8fd26e5f27b39f32b69 (diff) | |
DB/SpellGroups: Fix Poison Stacking
| -rw-r--r-- | sql/updates/world/2014_06_16_00_world_spell_group.sql | 3 |
1 files changed, 3 insertions, 0 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 new file mode 100644 index 00000000000..710c468c6bd --- /dev/null +++ b/sql/updates/world/2014_06_16_00_world_spell_group.sql @@ -0,0 +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; |
