From 18d9de2b75290e712307e92c3037e489d58bb39b Mon Sep 17 00:00:00 2001 From: Keader Date: Sat, 29 Apr 2017 10:15:36 -0300 Subject: Core/Scripts: Codestyle fixes Followup: d56671a1a7df35fe1be90304c78d19c5d2ec5425 --- sql/updates/world/master/2017_04_29_00_world.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/world/master/2017_04_29_00_world.sql b/sql/updates/world/master/2017_04_29_00_world.sql index f88378a5e88..89375dfd68b 100644 --- a/sql/updates/world/master/2017_04_29_00_world.sql +++ b/sql/updates/world/master/2017_04_29_00_world.sql @@ -6,7 +6,10 @@ UPDATE `creature_template` SET `ScriptName`= 'npc_wounded_coldridge_mountaineer' UPDATE `creature_template` SET `ScriptName`= 'npc_wounded_milita' WHERE `entry`=44405; UPDATE `creature_template` SET `ScriptName`= 'npc_milos_gyro' WHERE `entry`=37198; -DELETE FROM `spell_script_names` WHERE `spell_id` IN (70046,70047,76143); +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_a_trip_to_ironforge_quest_complete', +'spell_follow_that_gyrocopter_quest_start', +'spell_low_health'); INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (70046, 'spell_a_trip_to_ironforge_quest_complete'), (70047, 'spell_follow_that_gyrocopter_quest_start'), -- cgit v1.2.3