fix(DB/Quest): Allow both factions to get quest "The Multiphase Survey" [id: 11880] (#21433)

This commit is contained in:
Fabrizio Contigiani 2025-02-16 19:10:59 -03:00 committed by GitHub
parent 4c66c589e4
commit f7028d5778
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
UPDATE `quest_template` SET `AllowableRaces` = 0 WHERE (`ID` = 11880);