mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-08 02:00:29 +00:00
fix(DB/Uldar): Set Chamber Overseer waypoint delay and orientation. (#24999)
This commit is contained in:
5
data/sql/updates/pending_db_world/rev_1772616814.sql
Normal file
5
data/sql/updates/pending_db_world/rev_1772616814.sql
Normal 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;
|
||||
Reference in New Issue
Block a user