From b6b05867f555cbb14d3870a0906df0b4aa6fd039 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sun, 4 May 2025 09:00:15 +0200 Subject: [PATCH] fix(DB/GameObject): place Alchemy Lab on the Alchemy Table (#22045) --- data/sql/updates/pending_db_world/rev_1746309097356194167.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1746309097356194167.sql diff --git a/data/sql/updates/pending_db_world/rev_1746309097356194167.sql b/data/sql/updates/pending_db_world/rev_1746309097356194167.sql new file mode 100644 index 000000000..59d2354d8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1746309097356194167.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `position_x`=12848.5, `position_y`=-7011.7, `position_z`=19.5233, `orientation`=5.54318 WHERE (`id` = 187115) AND (`guid` = 5300290);