From b4b8990003c30d98f59d33e54dd64bfeb2f6caa3 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Sun, 11 Apr 2010 13:25:46 +0400 Subject: Remove outdate spell data. --HG-- branch : trunk --- sql/updates/7854_world_spell_goup.sql | 1 + sql/updates/7854_world_spell_proc_event.sql | 1 + sql/updates/7854_world_spell_ranks.sql | 1 + 3 files changed, 3 insertions(+) create mode 100644 sql/updates/7854_world_spell_goup.sql create mode 100644 sql/updates/7854_world_spell_proc_event.sql create mode 100644 sql/updates/7854_world_spell_ranks.sql (limited to 'sql/updates') diff --git a/sql/updates/7854_world_spell_goup.sql b/sql/updates/7854_world_spell_goup.sql new file mode 100644 index 00000000000..5d663eff11e --- /dev/null +++ b/sql/updates/7854_world_spell_goup.sql @@ -0,0 +1 @@ +DELETE FROM `spell_group` WHERE `spell_id` IN (61417, 61418); diff --git a/sql/updates/7854_world_spell_proc_event.sql b/sql/updates/7854_world_spell_proc_event.sql new file mode 100644 index 00000000000..b50127bd540 --- /dev/null +++ b/sql/updates/7854_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (58642, 58676, 61433, 61434, 33174, 33182, 51470, 44396, 29801, 30802, 30803, 30804, 30805, 30808, 30809, 49137, 49657, 51466, 53137, 53138, 44394, 44395, 44396, 34457); diff --git a/sql/updates/7854_world_spell_ranks.sql b/sql/updates/7854_world_spell_ranks.sql new file mode 100644 index 00000000000..60c44cd39b1 --- /dev/null +++ b/sql/updates/7854_world_spell_ranks.sql @@ -0,0 +1 @@ +DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (30803, 33174, 61417, 9736, 15742); \ No newline at end of file -- cgit v1.2.3