fix(DB/Gameobject): Ghost Mushroom Position (#12382)

This commit is contained in:
ZhengPeiRu21
2022-08-01 13:39:33 -06:00
committed by GitHub
parent 2d010b5d03
commit 92b6d3b739

View File

@@ -0,0 +1,2 @@
-- Ghost Mushroom Position
UPDATE `gameobject` SET `position_x` = 328.167, `position_y` = -3705.581, `position_z` = 107.007 WHERE `guid` = 16425;