diff options
| author | n0n4m3 <none@none> | 2010-04-11 13:25:46 +0400 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2010-04-11 13:25:46 +0400 |
| commit | b4b8990003c30d98f59d33e54dd64bfeb2f6caa3 (patch) | |
| tree | fe5648e7769d7d3cab2954e37eef425c208faa11 /sql/updates | |
| parent | 98e0da92cab72b89bd3f1146ee77a6bc8e34d1ab (diff) | |
Remove outdate spell data.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7854_world_spell_goup.sql | 1 | ||||
| -rw-r--r-- | sql/updates/7854_world_spell_proc_event.sql | 1 | ||||
| -rw-r--r-- | sql/updates/7854_world_spell_ranks.sql | 1 |
3 files changed, 3 insertions, 0 deletions
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 |
