mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
4
data/sql/updates/pending_db_world/hellfirefort.sql
Normal file
4
data/sql/updates/pending_db_world/hellfirefort.sql
Normal 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);
|
||||
Reference in New Issue
Block a user