fix(DB/Creature): Sludge Beast pos (#26456)

This commit is contained in:
moostigre
2026-07-20 02:32:24 +02:00
committed by GitHub
parent dd8909fcd8
commit 9099404b68

View File

@@ -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;