fix(DB/Uldar): Set Chamber Overseer waypoint delay and orientation. (#24999)
This commit is contained in:
parent
82307e319e
commit
d36e58b9af
1 changed files with 5 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue