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:
Tereneckla
2023-12-03 12:44:22 +00:00
committed by GitHub
parent 4fb0464b60
commit 9f21e5fd17

View File

@@ -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;