fix(DB/gameobject): Move location of Chest of The Seven in BRD (#4315)

Inside Blackrock Depths the "Chest of The Seven" spawns in a slightly wrong location.

- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/4293

Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
This commit is contained in:
Peter
2021-02-01 22:19:32 +01:00
committed by GitHub
parent 0d52b4ca4a
commit 722237d1ba

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1610739863539733975');
-- "Chest of The Seven" from Blackrock Depths should spawn in a different position
UPDATE `gameobject` SET `position_x`=1265.55, `position_y`=-284.421, `position_z`=-78.2193, `orientation`=0.786698, `rotation2`=-0.383284, `rotation3`=-0.923631 WHERE `guid`=67872;