fix(DB): Moved Briarthorn node outside of terrain (#7174)

This commit is contained in:
Asthalor
2021-08-05 16:14:48 +02:00
committed by GitHub
parent ffdd990aa4
commit 394942fda3

View File

@@ -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);