fix(DB/Quests): adding AllowableRaces flags for Quests 'The Mark of the Lightbringer' and 'Tomb of the Lightbringer' (#17301)

* Add files via upload

* Update lightbringer-quest-allowableraces.sql

* Update lightbringer-quest-allowableraces.sql

* Update lightbringer-quest-allowableraces.sql

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
damnablebear
2023-09-24 04:29:43 -04:00
committed by GitHub
parent 58f8fe6426
commit 701b3efe07

View File

@@ -0,0 +1 @@
UPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE (`ID` IN (9474,9446));