fix(DB/GO): flying Arthas' Tears (#8443)

This commit is contained in:
syssneck
2021-10-17 16:00:06 +02:00
committed by GitHub
parent 9cb3a08051
commit 4adbabb285

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634037607287424476');
-- Sets flying Arthas' Tears to the ground
UPDATE `gameobject` SET `position_z` = 59.5 WHERE `id` = 142141 AND `guid` = 15968;