diff options
author | PKX <pkx.icehell@gmail.com> | 2011-11-23 11:24:45 +0100 |
---|---|---|
committer | PKX <pkx.icehell@gmail.com> | 2011-11-23 15:48:02 +0100 |
commit | f9b0cdd4f80f2ea3f2a4c42380a839e1665ee6f4 (patch) | |
tree | fe5a7eb4da5dc4adf175c668f2cad557584baf67 | |
parent | 47b7e7514961af066f4839d0bb8250d180bf7e69 (diff) |
DB/Misc: Removed obsolete spell_groups
Removes some obsolete and wrong spell_groups.
Closes #2462, #1519 and #3968
-rw-r--r-- | sql/updates/world/2011_11_23_00_world_spell_group.sql | 7 |
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 |