From 9d891e3e5ccb5a7c8bf1ceb69c31292d9ca5ed0c Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 4 Mar 2019 23:31:26 +0100 Subject: DB/Spawn: Fix position for spawns related to the quest Standards and Practices (cherry picked from commit f039c30cb8cf0a4970b326dcd4c1939458029955) --- sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql diff --git a/sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql b/sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql new file mode 100644 index 00000000000..ebfd0ba05fa --- /dev/null +++ b/sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `position_x`=-2474.439941, `position_y`=6111.160156, `position_z`=91.762901 WHERE `guid` IN (22717); +UPDATE `creature` SET `position_x`=-2474.439941, `position_y`=6111.160156, `position_z`=91.762901 WHERE `guid` IN (65642); -- cgit v1.2.3