From 7bac14995c0deb265ddef3fd6a69b559d2874fa3 Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 18 Sep 2020 18:44:08 +0300 Subject: DB/Gameobject: Add correct door to Sethekk Halls (cherry picked from commit 3ce1a5b3ac84fd039052dd2352e8ac001af2c1a7) --- sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql b/sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql new file mode 100644 index 00000000000..f5a91ec9396 --- /dev/null +++ b/sql/updates/world/master/2022_02_27_04_world_2020_09_18_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `id` = 183398, `position_x` = 44.7715, `position_y` = 150.721, `position_z` = -0.0341, `orientation` = 1.57079, `rotation2` = 0.707106, `rotation3` = 0.707106, `VerifiedBuild` = 14545 WHERE `guid` = 28507 AND `id` = 177203; -- cgit v1.2.3