diff options
| author | Killyana <morphone1@gmail.com> | 2015-10-14 16:52:50 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-10-14 16:52:50 +0200 |
| commit | bfa521491b305f0856c1843dd0e9a7957526b7d6 (patch) | |
| tree | ee869b1514f5bf20645a550a6d1bd6de3682e042 | |
| parent | 2478438117a2d01435f3d0b182d1a5fd5144792c (diff) | |
DB: Fix up some errors in Vekniss Hive Crawler
By Malcrom
| -rw-r--r-- | sql/updates/world/2015_10_14_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_14_03_world.sql b/sql/updates/world/2015_10_14_03_world.sql new file mode 100644 index 00000000000..e91d340d043 --- /dev/null +++ b/sql/updates/world/2015_10_14_03_world.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, ''); |
