From f632f4a20a9694311ea9bb700e771e4bebd628ed Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Sun, 18 Apr 2021 22:54:04 -0600 Subject: [PATCH] fix(DB/gameobject): Adjust position for Bruiseweed - GUID 3716 (#5332) --- data/sql/updates/pending_db_world/rev_1618695684001514600.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1618695684001514600.sql diff --git a/data/sql/updates/pending_db_world/rev_1618695684001514600.sql b/data/sql/updates/pending_db_world/rev_1618695684001514600.sql new file mode 100644 index 000000000..7a9c871b9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1618695684001514600.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618695684001514600'); + +UPDATE `gameobject` SET `position_x`=2660.25, `position_y`=1490.65, `position_z`=234.041, `zoneId`=406, `areaId`=467 WHERE `guid`=3716; +