From 701b3efe07a2feade5a3adf49f52148525003865 Mon Sep 17 00:00:00 2001 From: damnablebear <127447064+damnablebear@users.noreply.github.com> Date: Sun, 24 Sep 2023 04:29:43 -0400 Subject: [PATCH] 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> --- .../pending_db_world/lightbringer-quest-allowableraces.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/lightbringer-quest-allowableraces.sql diff --git a/data/sql/updates/pending_db_world/lightbringer-quest-allowableraces.sql b/data/sql/updates/pending_db_world/lightbringer-quest-allowableraces.sql new file mode 100644 index 000000000..c2dddd649 --- /dev/null +++ b/data/sql/updates/pending_db_world/lightbringer-quest-allowableraces.sql @@ -0,0 +1 @@ +UPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE (`ID` IN (9474,9446));