aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9131_world_spell_ranks.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/9131_world_spell_ranks.sql b/sql/updates/9131_world_spell_ranks.sql
new file mode 100644
index 00000000000..7343f38c895
--- /dev/null
+++ b/sql/updates/9131_world_spell_ranks.sql
@@ -0,0 +1,4 @@
+DELETE FROM spell_ranks WHERE `spell_id` IN (52987, 52988);
+INSERT INTO spell_ranks (`first_spell_id`, `spell_id`, `rank`) VALUES
+(47757, 52987, 3),
+(47757, 52988, 4);