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;