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:
parent
0d52b4ca4a
commit
722237d1ba
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue