fix(DB/Uldar): Set Chamber Overseer waypoint delay and orientation. (#24999)

This commit is contained in:
Rocco Silipo
2026-03-04 12:05:37 +01:00
committed by GitHub
parent 82307e319e
commit d36e58b9af

View File

@@ -0,0 +1,5 @@
-- Set delay and orientations.
UPDATE `waypoint_data` SET `delay` = 30000 WHERE (`id` IN(1365990, 1366000));
UPDATE `waypoint_data` SET `orientation` = 3.8013816 WHERE `id` = 1365990 AND `point` = 2;
UPDATE `waypoint_data` SET `orientation` = 2.4547093 WHERE `id` = 1366000 AND `point` = 1;