diff options
| author | Shauren <shauren.trinity@gmail.com> | 2013-04-12 12:49:11 -0700 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2013-04-12 12:49:11 -0700 |
| commit | efaa29dac739c6bc1af34a7a73f3b8f721fb0784 (patch) | |
| tree | 4388a63806d7eed3ee35b5c8b6c8226280a9ddfe /sql | |
| parent | 24a7a6f96553f20aed9f655bc2d77012d9b785c2 (diff) | |
| parent | c0303c82bf100b8fcce217c5e84e731b135b9c45 (diff) | |
Merge pull request #9632 from joschiwald/scriptfix
Scripts/Quest: Fix "Massacre At Light's" after recent vehicle changes an...
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_04_11_03_world_misc.sql | 8 |
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; |
