mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-09 02:30:29 +00:00
6
data/sql/updates/db_world/2026_03_04_03.sql
Normal file
6
data/sql/updates/db_world/2026_03_04_03.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2026_03_04_02 -> 2026_03_04_03
|
||||
|
||||
-- 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