aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_03_21_5_world_spell_ranks.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_21_5_world_spell_ranks.sql b/sql/updates/world/2011_03_21_5_world_spell_ranks.sql
new file mode 100644
index 00000000000..9d39c4effd8
--- /dev/null
+++ b/sql/updates/world/2011_03_21_5_world_spell_ranks.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (5487,33943);
+INSERT INTO `spell_ranks` (`first_spell_id`,`spell_id`,`rank`) VALUES
+(5487,5487,1),
+(5487,9634,2),
+(33943,33943,1),
+(33943,40120,2);