diff options
author | Keader <keader.android@gmail.com> | 2017-04-29 10:15:36 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2017-04-29 10:15:36 -0300 |
commit | 18d9de2b75290e712307e92c3037e489d58bb39b (patch) | |
tree | 66fc03bec9befad0837dbfed9c14c6351e6d2189 /sql | |
parent | c5e211f07e8932f7d7b048ebb50e5d39fec859e5 (diff) |
Core/Scripts: Codestyle fixes
Followup: d56671a1a7df35fe1be90304c78d19c5d2ec5425
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2017_04_29_00_world.sql | 5 |
1 files changed, 4 insertions, 1 deletions
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'), |