mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/gameobject) Strange lockbox position and add Bubbly Fissure (#4460)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user