From f95a6d6523f670431cd5a76b41b90283fe6deb14 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Mon, 22 Jul 2013 18:57:15 +0200 Subject: Core/Spells: Remove old mage "summon water elemental" script - is now permanent pet "Patch 4.0.1 (12-Oct-2010): Water Elemental made into a permanent pet when specializing in the frost talent tree at level 10." --- sql/updates/world/2013_07_22_07_world_spell_spell_script_names_434.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_07_22_07_world_spell_spell_script_names_434.sql (limited to 'sql') diff --git a/sql/updates/world/2013_07_22_07_world_spell_spell_script_names_434.sql b/sql/updates/world/2013_07_22_07_world_spell_spell_script_names_434.sql new file mode 100644 index 00000000000..edba00cd544 --- /dev/null +++ b/sql/updates/world/2013_07_22_07_world_spell_spell_script_names_434.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=31687; -- cgit v1.2.3