diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_27_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_27_00_world.sql b/sql/updates/world/3.3.5/2019_07_27_00_world.sql new file mode 100644 index 00000000000..6589f2b923f --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_27_00_world.sql @@ -0,0 +1,9 @@ +-- Borrowed Time +DELETE FROM `spell_ranks` WHERE `first_spell_id`=59887; +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +(59887,59887,1), +(59887,59888,2), +(59887,59889,3), +(59887,59890,4), +(59887,59891,5); +UPDATE `spell_proc` SET `SpellId`=-59891 WHERE `SpellId`=59891; |