aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2019-07-27 11:13:41 -0300
committerGitHub <noreply@github.com>2019-07-27 11:13:41 -0300
commitb26624b39e8aa0b5962ef50cb640566408bf1172 (patch)
tree0b0d4caa6242840e3462f961e7b714fc6143fccf
parentee36a076636536b100ad1683c67f08edd924f17b (diff)
Typo fix
-rw-r--r--sql/updates/world/3.3.5/2019_07_27_00_world.sql2
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;