From 741fb7f99eda113ee6c1315f8bafbc96ef017719 Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Sun, 2 May 2021 22:19:00 -0600 Subject: [PATCH] fix(DB/gameobject): Adjust position for Bruiseweed with GUID 3799 (#5567) --- data/sql/updates/pending_db_world/rev_1619832333662216000.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1619832333662216000.sql diff --git a/data/sql/updates/pending_db_world/rev_1619832333662216000.sql b/data/sql/updates/pending_db_world/rev_1619832333662216000.sql new file mode 100644 index 000000000..c050095a0 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1619832333662216000.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1619832333662216000'); + +UPDATE `gameobject` SET `position_x`=-1657.946, `position_y`=-1781.432, `position_z`=80.497 WHERE `guid`=3799; +