Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB/Quest: 39 more possible repeatable quests #29698

Open
CraftedRO opened this issue Feb 14, 2024 · 1 comment
Open

DB/Quest: 39 more possible repeatable quests #29698

CraftedRO opened this issue Feb 14, 2024 · 1 comment

Comments

@CraftedRO
Copy link
Contributor

Description

Acording to wowhead all those quests shoud also be repeatable.
(I did a filter search on wowhead by repeatable quests then compared to our database)

SQL fix

-- Make more quests repeatable
UPDATE `quest_template_addon` SET `SpecialFlags`=1 WHERE `ID` IN (403,841,1423,1793,4103,4104,4105,4106,4107,4785,5067,5068,7669,8548,8572,8573,8574,8806,8807,9773,9802,10017,10024,10416,10420,11031,11032,11033,11034,11060,11103,11104,11105,11106,13662,14103,14151,24803,24806);

Branch

3.3.5

TC rev. hash/commit

86551ba

@Aokromes
Copy link
Member

i have doubs with 1793, 4785, 7669, 9773, 14151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants