From 92b6d3b739ce2a61d3f54a1e0366c4991589e2f6 Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:39:33 -0600 Subject: [PATCH] fix(DB/Gameobject): Ghost Mushroom Position (#12382) --- data/sql/updates/pending_db_world/rev_1657898491936446500.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1657898491936446500.sql diff --git a/data/sql/updates/pending_db_world/rev_1657898491936446500.sql b/data/sql/updates/pending_db_world/rev_1657898491936446500.sql new file mode 100644 index 000000000..932238166 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1657898491936446500.sql @@ -0,0 +1,2 @@ +-- Ghost Mushroom Position +UPDATE `gameobject` SET `position_x` = 328.167, `position_y` = -3705.581, `position_z` = 107.007 WHERE `guid` = 16425;