From 2c52c6be5a80b78ce6c759e8e799ada31ce11162 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 25 Dec 2019 16:50:08 +0100 Subject: DB/Spawns: Fix some spawns in Shadow Labyrinth --- sql/updates/world/3.3.5/2019_12_25_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_12_25_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3