fix(DB/Quest): Fixed rep requirements for some Darkmoon quests. (#15196)
This commit is contained in:
parent
8143dc2ee0
commit
b6d7cf3656
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
UPDATE `quest_template_addon` SET `RequiredMaxRepValue`=5000 WHERE `ID` IN (7893,8222,7903,7898,7885);
|
||||
UPDATE `quest_template_addon` SET `RequiredMinRepValue`=5000 WHERE `ID` IN (7939,8223,7943,7942,7941);
|
||||
Loading…
Add table
Add a link
Reference in a new issue