From 0778bed81ca134988dc88177ee12944e581d0b57 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 31 May 2016 16:19:01 +0200 Subject: DB/Creature: Fix positions and movements type for Explorers' League Researcher and Chief Archaeologist Letoll (cherry picked from commit ebb4cca6d33d25f7e52e0595dc67a07efe05d173) --- .../world/master/2017_01_11_05_world_2016_05_31_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2017_01_11_05_world_2016_05_31_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_01_11_05_world_2016_05_31_00_world.sql b/sql/updates/world/master/2017_01_11_05_world_2016_05_31_00_world.sql new file mode 100644 index 00000000000..29a29413167 --- /dev/null +++ b/sql/updates/world/master/2017_01_11_05_world_2016_05_31_00_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature` SET `position_x`= -3739.09, `position_y`= 5405.21, `position_z`=-3.33350, `orientation`=2.70103, `MovementType`=0, `spawndist`=0 WHERE `guid`=78837 AND `id`=22464; +UPDATE `creature` SET `position_x`= -3743.46, `position_y`= 5403.87, `position_z`=-3.33635, `orientation`=1.16950, `MovementType`=0, `spawndist`=0 WHERE `guid`=78838 AND `id`=22464; +UPDATE `creature` SET `position_x`= -3746.42, `position_y`= 5405.33, `position_z`=-3.33737, `orientation`=0.39587, `MovementType`=0, `spawndist`=0 WHERE `guid`=78839 AND `id`=22464; +UPDATE `creature` SET `position_x`= -3750.65, `position_y`= 5408.94, `position_z`=-3.33391, `orientation`=2.54786, `MovementType`=0, `spawndist`=0 WHERE `guid`=78840 AND `id`=22464; +UPDATE `creature` SET `position_x`= -3741.11, `position_y`= 5403.61, `position_z`=-3.33493, `orientation`=1.9117 WHERE `guid`=78818 AND `id`=22458; -- cgit v1.2.3