aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_03_09_00_world_spell_group.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_09_00_world_spell_group.sql b/sql/updates/world/2014_03_09_00_world_spell_group.sql
new file mode 100644
index 00000000000..c62c1328dac
--- /dev/null
+++ b/sql/updates/world/2014_03_09_00_world_spell_group.sql
@@ -0,0 +1,7 @@
+--
+UPDATE `spell_group` SET `spell_id`=58179 WHERE `id`=1061;
+DELETE FROM `spell_ranks` WHERE `first_spell_id`=58179;
+INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
+(58179,58179,1), --Infected Wounds (Rank 1)
+(58179,58180,2), --Infected Wounds (Rank 2)
+(58179,58181,3); --Infected Wounds (Rank 3)