From c873e48ece6aa65bd836953227d62776a8773542 Mon Sep 17 00:00:00 2001 From: Nicolas <4155059+nicoaravena@users.noreply.github.com> Date: Fri, 12 Feb 2021 12:19:29 -0300 Subject: [PATCH] fix(DB/gameobject) Strange lockbox position and add Bubbly Fissure (#4460) --- .../updates/pending_db_world/rev_1612566366687490200.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1612566366687490200.sql 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); +