mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/GO): flying Arthas' Tears (#8443)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user