diff options
author | dr-j <dr-j@users.noreply.github.com> | 2021-02-14 12:24:11 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-02-14 12:24:11 +0200 |
commit | 5eb0267ade20346f5e0b072769b12bc9b017725f (patch) | |
tree | 630ea668712d38b4dfbb3d591dff1c2afec948c6 | |
parent | 0e7f0b1b85cfb293415de23da932a37ccba60883 (diff) |
DB/Spells: Perfume/Cologne (Apothecary Hummel Encounter)
Closes #26073
-rw-r--r-- | sql/updates/world/3.3.5/2021_02_14_03_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_02_14_03_world.sql b/sql/updates/world/3.3.5/2021_02_14_03_world.sql new file mode 100644 index 00000000000..e1f7f9ef482 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_14_03_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `spell_group` WHERE `id`=68529; +INSERT INTO `spell_group` (`id`, `spell_id`) VALUES +(68529, 68529), +(68529, 68530); + +DELETE FROM `spell_group_stack_rules` WHERE `group_id`=68529; +INSERT INTO `spell_group_stack_rules` (`group_id`,`stack_rule`) VALUES +(68529,1); |