mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(DB/Creature): Sludge Beast pos (#26456)
This commit is contained in:
2
data/sql/updates/pending_db_world/move-a-creature.sql
Normal file
2
data/sql/updates/pending_db_world/move-a-creature.sql
Normal 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;
|
||||
Reference in New Issue
Block a user