diff options
| author | Killyana <morphone1@gmail.com> | 2015-10-14 16:52:50 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 10:11:30 +0100 |
| commit | 0c5207cab2855623803d1766b2021127f436f54a (patch) | |
| tree | 08cb6a514e58ebac11252f3703ae6ed8814b9496 | |
| parent | 687e93d017b89351f7ea64b71e9ca3662453161d (diff) | |
DB: Fix up some errors in Vekniss Hive Crawler
By Malcrom
(cherry picked from commit bfa521491b305f0856c1843dd0e9a7957526b7d6)
| -rw-r--r-- | sql/updates/world/2015_11_06_03_world_2015_10_14_03.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_03_world_2015_10_14_03.sql b/sql/updates/world/2015_11_06_03_world_2015_10_14_03.sql new file mode 100644 index 00000000000..e91d340d043 --- /dev/null +++ b/sql/updates/world/2015_11_06_03_world_2015_10_14_03.sql @@ -0,0 +1,7 @@ +-- +-- Fix up some errors in Vekniss Hive Crawler Entry: 15240 pathing +UPDATE `creature` SET `position_x`=-8259.721,`position_y`=1343.373,`position_z`=-84.4428 WHERE `guid`=87942; +UPDATE `creature` SET `position_x`=-8524.316,`position_y`=1389.612,`position_z`=-57.2656 WHERE `guid`=87944; +DELETE FROM `creature_addon` WHERE `guid` IN (87940,87942,87944); +INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(87940,879390,0,0,1,0, ''),(87942,879410,0,0,1,0, ''),(87944,879430,0,0,1,0, ''); |
