aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjoschiwald <joschiwald@online.de>2013-04-12 21:21:30 +0200
committerjoschiwald <joschiwald@online.de>2013-04-12 21:21:30 +0200
commitc0303c82bf100b8fcce217c5e84e731b135b9c45 (patch)
treede9bb4760d16555ad0baba4e502d5d35bb0e8d93 /sql
parent176ec5b0896428dc7dc43dc207174c594285ea8c (diff)
Scripts/Quest: Fix "Massacre At Light's" after recent vehicle changes and drop some silly code
Closes #9448
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_04_11_03_world_misc.sql8
1 files changed, 8 insertions, 0 deletions
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;