diff options
author | Killyana <morphone1@gmail.com> | 2019-12-25 16:50:08 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-12-25 16:50:08 +0100 |
commit | 2c52c6be5a80b78ce6c759e8e799ada31ce11162 (patch) | |
tree | 0d4c825893735f10c61eb349d054adf62e47b4e3 /sql | |
parent | 98f383695b537189af5be2f6e030d26a7b3adb9c (diff) |
DB/Spawns: Fix some spawns in Shadow Labyrinth
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_12_25_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_12_25_00_world.sql b/sql/updates/world/3.3.5/2019_12_25_00_world.sql new file mode 100644 index 00000000000..071621c88e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_25_00_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (85585,68738,66853,66844,66893,66854,66888,66849,66883); +DELETE FROM `creature` WHERE `guid` IN (85585,68738,66853,66844,66893,66854,66888,66849,66883); +DELETE FROM `linked_respawn` WHERE `guid` IN (85585,68738,66853,66844,66893,66854,66888,66849,66883); +UPDATE `creature` SET `position_x`=-148.279526, `position_y`=-375.795654, `position_z`=17.080269, `orientation`=4.637824 WHERE `guid`= 66817; +UPDATE `creature` SET `position_x`=-162.615082, `position_y`=-354.888336, `position_z`=17.083523, `orientation`=4.794886 WHERE `guid`= 66816; +UPDATE `creature` SET `position_x`=-149.024673, `position_y`=-354.460236, `position_z`=17.083523, `orientation`=4.759542 WHERE `guid`= 66814; +UPDATE `creature` SET `position_x`=-154.074249, `position_y`=-354.274414, `position_z`=17.083523, `orientation`=4.688859 WHERE `guid`= 66881; +UPDATE `creature` SET `orientation`=4.688859 WHERE `guid`= 66845; |