chore(DB): import pending files

Referenced commit(s): b6d7cf3656
This commit is contained in:
AzerothCoreBot
2023-03-14 17:54:03 +00:00
parent b6d7cf3656
commit 6cf0f57616
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_14_03 -> 2023_03_14_04
DELETE FROM `quest_request_items` WHERE `ID` IN (124, 191, 192, 257, 258, 289, 457, 511);
INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES
(124, 1, 0, 'My horses still seem skittish, and I still hear that cursed wolf cry at night. Please, $N, do something about those Gnolls!', 0),

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_14_04 -> 2023_03_14_05
--
UPDATE `quest_template_addon` SET `RequiredMaxRepValue`=5000 WHERE `ID` IN (7893,8222,7903,7898,7885);
UPDATE `quest_template_addon` SET `RequiredMinRepValue`=5000 WHERE `ID` IN (7939,8223,7943,7942,7941);