chore(DB): import pending files

Referenced commit(s): 21c9209eed
This commit is contained in:
AzerothCoreBot
2022-07-05 15:39:50 +00:00
parent 21c9209eed
commit a00a966ca7
2 changed files with 2 additions and 0 deletions

View 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);

View 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;