fix(DB/QuestTemplateAddon): Membership Benefits should not have quest… (#14305)
* fix(DB/QuestTemplateAddon): Membership Benefits should not have quest requirement * Update consortmonthly.sql
This commit is contained in:
parent
7f6788ce86
commit
d477f9b8f3
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/consortmonthly.sql
Normal file
2
data/sql/updates/pending_db_world/consortmonthly.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE `ID` IN (9884,9885,9887);
|
||||
UPDATE `quest_template_addon` SET `ExclusiveGroup` = 9884 WHERE `ID` IN (9884,9885,9887,9886);
|
||||
Loading…
Add table
Add a link
Reference in a new issue