From 308e6ce01595abc5f20db4f49939809472ddfbbd Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Thu, 24 Jul 2025 03:31:50 -0300 Subject: [PATCH] fix(DB/Creature): Update Amanitar spawn position (#22542) --- data/sql/updates/pending_db_world/rev_1753322293728038600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1753322293728038600.sql diff --git a/data/sql/updates/pending_db_world/rev_1753322293728038600.sql b/data/sql/updates/pending_db_world/rev_1753322293728038600.sql new file mode 100644 index 000000000..1a6fb5929 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1753322293728038600.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x` = 340.172637939453125, `position_y` = -878.5924072265625, `position_z` = -74.8638458251953125, `orientation` = 0.331612557172775268, `VerifiedBuild` = 61967 WHERE `id1` = 30258;