chore(DB): import pending files

Referenced commit(s): 0796df57ac
This commit is contained in:
github-actions[bot]
2023-09-20 20:41:16 +00:00
parent 7169215a88
commit 085dddbe53
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_09_20_00 -> 2023_09_20_01
UPDATE `quest_poi` SET `WorldMapAreaId` = 24 WHERE (`QuestID` = 7321) AND (`id` IN (0,1,2,3));
UPDATE `quest_poi` SET `id` = 4, `ObjectiveIndex` = -1 WHERE (`QuestID` = 7321) AND (`id` = 0);
UPDATE `quest_poi` SET `id` = 5, `Flags` = 3 WHERE (`QuestID` = 7321) AND (`id` = 1);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_09_20_01 -> 2023_09_20_02
-- Sir Wendell's Grave smart ai
SET @ENTRY := 194537;

View File

@@ -1 +1,2 @@
-- DB update 2023_09_20_02 -> 2023_09_20_03
UPDATE `quest_offer_reward` SET `RewardText` = 'You brought the picks. Great! I\'ll get these to my mining students. I\'m sure they\'re eager to use them on the ore deposits of Loch Modan.$B$BThank you for your help, $N. I am in your debt, but I hope this money will at least cover your travel costs.' WHERE (`ID` = 6392);