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:
parent
f5e555082e
commit
8eeec45c59
1 changed files with 4 additions and 0 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue