aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql21
1 files changed, 21 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql b/sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql
new file mode 100644
index 00000000000..d74b77d5ed2
--- /dev/null
+++ b/sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql
@@ -0,0 +1,21 @@
+DELETE FROM `spell_ranks` WHERE `first_spell_id`=746;
+INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
+(746, 746, 1),
+(746, 1159, 2),
+(746, 3267, 3),
+(746, 3268, 4),
+(746, 7926, 5),
+(746, 7927, 6),
+(746, 10838, 7),
+(746, 10839, 8),
+(746, 18608, 9),
+(746, 18610, 10),
+(746, 27030, 11),
+(746, 27031, 12),
+(746, 45543, 13),
+(746, 51827, 14),
+(746, 45544, 15),
+(746, 51803, 16),
+(746, 74553, 17),
+(746, 74554, 18),
+(746, 74555, 19);