fix(DB/gameobject) Strange lockbox position and add Bubbly Fissure (#4460)

This commit is contained in:
Nicolas
2021-02-12 12:19:29 -03:00
committed by GitHub
parent 7bd025d303
commit c873e48ece

View File

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