aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-07-15 14:41:49 +0200
committerShauren <shauren.trinity@gmail.com>2011-07-15 14:41:49 +0200
commit19036d260afe6c65f98bb5cf9647e307f33c2387 (patch)
tree1ce5f6f764ce4246464ed1030cb106c71dd42f6a /sql/updates/world
parent52afb27efa49c6cd88561c97b49382b23cacea25 (diff)
Scripts/Icecrown Citadel
* Fixed Gas Spore resistance debuff * Removed obsolete scripts since aura stacking changes Closes #2285
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2011_07_15_01_world_spell_script_names.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_07_15_01_world_spell_script_names.sql b/sql/updates/world/2011_07_15_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..c6b334c179c
--- /dev/null
+++ b/sql/updates/world/2011_07_15_01_world_spell_script_names.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_festergut_gaseous_blight';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rotface_slime_spray';