fix(DB): Moved Briarthorn node outside of terrain (#7174)
This commit is contained in:
parent
ffdd990aa4
commit
394942fda3
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue