mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user