mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
23
data/sql/updates/db_world/2022_07_05_00.sql
Normal file
23
data/sql/updates/db_world/2022_07_05_00.sql
Normal file
@@ -0,0 +1,23 @@
|
||||
-- DB update 2022_07_03_07 -> 2022_07_05_00
|
||||
--
|
||||
DELETE FROM `waypoint_data` WHERE `id`=518940;
|
||||
INSERT INTO `acore_world`.`waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`) VALUES
|
||||
(518940, 1, 3866.84, -672.53, 328.888),
|
||||
(518940, 2, 3866.84, -672.534, 328.888),
|
||||
(518940, 3, 3818.17, -768.04, 314.71),
|
||||
(518940, 4, 3881.4, -769.048, 311.51),
|
||||
(518940, 5, 3892.74, -762.76, 312.98),
|
||||
(518940, 6, 3863.57, -759.42, 312.95),
|
||||
(518940, 7, 3844.86, -719.223, 324.47),
|
||||
(518940, 8, 3894.64, -635.31, 336.71),
|
||||
(518940, 9, 3932.94, -611.101, 340.266),
|
||||
(518940, 10, 3981.27, -598.98, 338.19),
|
||||
(518940, 11, 3932.94, -611.101, 340.266),
|
||||
(518940, 12, 3894.64, -635.31, 336.71),
|
||||
(518940, 13, 3844.86, -719.223, 324.47),
|
||||
(518940, 14, 3863.57, -759.42, 312.95),
|
||||
(518940, 15, 3892.74, -762.76, 312.98),
|
||||
(518940, 16, 3881.4, -769.048, 311.51),
|
||||
(518940, 17, 3818.17, -768.04, 314.71),
|
||||
(518940, 18, 3866.84, -672.534, 328.888),
|
||||
(518940, 19, 3866.84, -672.53, 328.888);
|
||||
3
data/sql/updates/db_world/2022_07_05_01.sql
Normal file
3
data/sql/updates/db_world/2022_07_05_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_07_05_00 -> 2022_07_05_01
|
||||
-- fixed `Anatoly Will Talk` quest
|
||||
UPDATE `smart_scripts` SET `event_flags`= 512 WHERE `entryorguid`= 2762600;
|
||||
Reference in New Issue
Block a user