diff --git a/data/sql/updates/pending_db_world/rev_1612566366687490200.sql b/data/sql/updates/pending_db_world/rev_1612566366687490200.sql new file mode 100644 index 000000000..8db10fce2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1612566366687490200.sql @@ -0,0 +1,9 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612566366687490200'); + +-- Relocate Strange Lockbox and add Bubbly Fissure near it. + +UPDATE `gameobject` SET `position_x` = 842.715, `position_y` = 2208.32, `position_z` = -136.765 WHERE `guid` = 27813; +DELETE FROM `gameobject` WHERE (`id` = 177524) AND (`guid` = 2134520); +INSERT INTO `gameobject` (`guid`, `id`, `position_x`, `position_y`, `position_z`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(2134520, 177524, 838.26, 2208.14, -136.906, -0.753998, -0.656877, 900, 100, 1); +