From 86bc7ba0777147631231f097ceecb0b50aa6774f Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Mon, 22 Jul 2013 20:30:14 +0200 Subject: DB/Spells: Fix startup error --- .../world/2013_07_19_00_world_spell_script_misc_434.sql | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sql') diff --git a/sql/updates/world/2013_07_19_00_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_19_00_world_spell_script_misc_434.sql index 8e90356d867..19d9a738296 100644 --- a/sql/updates/world/2013_07_19_00_world_spell_script_misc_434.sql +++ b/sql/updates/world/2013_07_19_00_world_spell_script_misc_434.sql @@ -1,10 +1,10 @@ -DELETE FROM `spell_script_names` WHERE `spell_id` IN (-52752,55440); +DELETE FROM `spell_script_names` WHERE `spell_id` IN (-51556,55440); INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES -(-52752,'spell_sha_ancestral_awakening'), +(-51556,'spell_sha_ancestral_awakening'), (55440,'spell_sha_glyph_of_healing_wave'); -DELETE FROM `spell_ranks` WHERE `first_spell_id`=52752; +DELETE FROM `spell_ranks` WHERE `first_spell_id`=51556; INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES -(52752, 52752, 1), -(52752, 51557, 2), -(52752, 51558, 3); +(51556, 51556, 1), +(51556, 51557, 2), +(51556, 51558, 3); -- cgit v1.2.3