From 9099404b68ed9aaed29698501cc008812961ef6e Mon Sep 17 00:00:00 2001 From: moostigre Date: Mon, 20 Jul 2026 02:32:24 +0200 Subject: [PATCH] fix(DB/Creature): Sludge Beast pos (#26456) --- data/sql/updates/pending_db_world/move-a-creature.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/move-a-creature.sql diff --git a/data/sql/updates/pending_db_world/move-a-creature.sql b/data/sql/updates/pending_db_world/move-a-creature.sql new file mode 100644 index 000000000..4168cb842 --- /dev/null +++ b/data/sql/updates/pending_db_world/move-a-creature.sql @@ -0,0 +1,2 @@ +-- Move Sludge Beast out of the wooden plank collision pocket in Sludge Fen. +UPDATE `creature` SET `position_x` = 1062.8604, `position_y` = -3125.564, `position_z` = 71.51024, `orientation` = 3.2642176 WHERE `guid` = 51809 AND `id` = 3295;