fix(DB/Quest): required race (faction) of quest (#5143)

This commit is contained in:
Stefano Borzì 2021-04-11 12:04:13 +02:00 committed by GitHub
parent 41e37f2dd6
commit 6d236aa25a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617614528274234003');
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE (`ID` = 5761);