From c0303c82bf100b8fcce217c5e84e731b135b9c45 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Fri, 12 Apr 2013 21:21:30 +0200 Subject: Scripts/Quest: Fix "Massacre At Light's" after recent vehicle changes and drop some silly code Closes #9448 --- sql/updates/world/2013_04_11_03_world_misc.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/2013_04_11_03_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_04_11_03_world_misc.sql b/sql/updates/world/2013_04_11_03_world_misc.sql new file mode 100644 index 00000000000..5f1e89d631d --- /dev/null +++ b/sql/updates/world/2013_04_11_03_world_misc.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_target_position` WHERE `id`=52464; +INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES +(52464, 609, 2384.13, -5900.07, 107.998, 0); + +UPDATE `gameobject_template` SET `ScriptName`='' WHERE `entry`=190767; + +DELETE FROM `creature` WHERE `guid`=129164; +DELETE FROM `creature_addon` WHERE `guid`=129164; -- cgit v1.2.3