fix(DB/Quest): Typo in rep requirement for quest 11026 (#17928)
* Create rev_1701597665901809700.sql * whiteline --------- Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com>
This commit is contained in:
parent
4fb0464b60
commit
9f21e5fd17
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Banish More Demons should not be available without honoured reputation
|
||||
UPDATE `quest_template_addon` SET `RequiredMinRepFaction` = 1038, `RequiredMinRepValue` = 9000 WHERE `ID` = 11026;
|
||||
Loading…
Add table
Add a link
Reference in a new issue