diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-02-11 19:49:22 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-02-11 19:49:22 -0300 |
commit | da7501144d24c4d27485ac427367370ea16ca508 (patch) | |
tree | 6fcfcd2f2b0fabb34b9bbd144d1154575f76805c | |
parent | 3576a38f6c107d6b17795d84fcb4f87809917299 (diff) |
DB/Spell: fix Unstable Affliction and Vampiric Touch dispel double dipping from SP
Closes #21393
-rw-r--r-- | sql/updates/world/3.3.5/2018_02_11_00_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_11_00_world_335.sql b/sql/updates/world/3.3.5/2018_02_11_00_world_335.sql new file mode 100644 index 00000000000..498c89eab19 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_11_00_world_335.sql @@ -0,0 +1 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (31117, 64085); |