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

@@ -1,3 +1,4 @@
-- 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

View File

@@ -1,2 +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;