mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(DB): Moved Briarthorn node outside of terrain (#7174)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627581490592719000');
|
||||||
|
|
||||||
|
-- Moved the node outside of the tree
|
||||||
|
UPDATE `gameobject` SET `position_x` = 6629.067 , `position_y` = -7382.726, `position_z` = 54.81 WHERE (`id` = 1621) AND (`guid` = 65024);
|
||||||
|
|
||||||
Reference in New Issue
Block a user