diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_27_00_world.sql | 2 |
1 files changed, 1 insertions, 1 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 index 6589f2b923f..b16db23f30b 100644 --- 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 @@ -6,4 +6,4 @@ INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES (59887,59889,3), (59887,59890,4), (59887,59891,5); -UPDATE `spell_proc` SET `SpellId`=-59891 WHERE `SpellId`=59891; +UPDATE `spell_proc` SET `SpellId`=-59887 WHERE `SpellId`=59891; |