fix(DB/Quest): Hellfire Fortifications adjustments (#16960)

* fix(DB/Quest): Hellfire Fortifications daily should be available when exalted

* add prequest
This commit is contained in:
Maria-sequel
2023-08-09 04:48:46 +02:00
committed by GitHub
parent f5e555082e
commit 8eeec45c59

View File

@@ -0,0 +1,4 @@
--
UPDATE `quest_template_addon` SET `RequiredMaxRepFaction` = 0, `RequiredMaxRepValue` = 0 WHERE `ID` IN (10106, 10110);
UPDATE `quest_template_addon` SET `PrevQuestID` = 10143 WHERE (`ID` = 13408);
UPDATE `quest_template_addon` SET `PrevQuestID` = 10124 WHERE (`ID` = 13409);