fix(DB/GO): moved Groomsblood down to the ground (#6905)

This commit is contained in:
Jan M. D. Hansen
2021-07-16 13:38:53 +02:00
committed by GitHub
parent ee5ed33fec
commit 30fd35ab80

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626116879969851100');
-- move the Groomsblood down on the ground
UPDATE `gameobject` SET `position_x` = -11810.63, `position_y` = -3047.32, `position_z` = 9.84 WHERE `id` = 142145 AND `guid` = 16527;
UPDATE `gameobject` SET `position_x` = -11685.57, `position_y` = -3211.47, `position_z` = 12.53 WHERE `id` = 142145 AND `guid` = 16504;