aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2011-11-26 10:37:22 -0800
committerShocker <shocker@freakz.ro>2011-11-26 10:37:22 -0800
commit01d44a83e37d74de0a9abb97c84a492d315bbc3c (patch)
treeb28fce43a9dde52da35ab8830b42e0f15149b9f0 /sql
parent68e5a96312f082956f241ed82af1899c03f5702c (diff)
parentf9b0cdd4f80f2ea3f2a4c42380a839e1665ee6f4 (diff)
Merge pull request #4041 from PKX/remove_obsolete
Remove obsolete code and spell_groups
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_11_23_00_world_spell_group.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_23_00_world_spell_group.sql b/sql/updates/world/2011_11_23_00_world_spell_group.sql
new file mode 100644
index 00000000000..f7258dc882f
--- /dev/null
+++ b/sql/updates/world/2011_11_23_00_world_spell_group.sql
@@ -0,0 +1,7 @@
+-- Blessing of Sanctuary + Grace
+DELETE FROM `spell_group` WHERE `id`>=1091 AND `id`<=1093 LIMIT 4;
+DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1093 LIMIT 1;
+
+-- Ebon Plague + Curse of Elements + Earth and Moon
+DELETE FROM `spell_group` WHERE `id`>=1040 AND `id`<=1043 LIMIT 6;
+DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1043 LIMIT 1; \ No newline at end of file