diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-02-14 09:46:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 09:46:18 +0100 |
commit | 6f30db7637b9a0772822ecbf9765ed44129ea28b (patch) | |
tree | 69bc1327d0c3ea618b6df3600ea511cba275b99b | |
parent | bfcf09d720c7d225c3c11b9657a69e79cd52e072 (diff) |
DB/Quest: Allow "The Multiphase Survey" quest for both sides
closes #30688
by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_02_14_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_02_14_01_world.sql b/sql/updates/world/3.3.5/2025_02_14_01_world.sql new file mode 100644 index 00000000000..779deef8ce8 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_14_01_world.sql @@ -0,0 +1,2 @@ +-- Allow The Multiphase Survey quest for both sides +UPDATE `quest_template` SET `AllowableRaces`=0 WHERE `ID`=11880; |