fix(DB/Quest): restrict multiple quests to blood elves (#7536)

-Closes #7534
This commit is contained in:
Jan M. D. Hansen
2021-08-30 14:50:17 +02:00
committed by GitHub
parent c111955399
commit e36b4395c9

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629809640673167100');
# Restrict quest Report to Splintertree Post(ID 9428), Delivery to the Sepulcher(ID 9189) and Report to Tarren Mill(ID 9425) to only allow blood elfs
UPDATE `quest_template` SET `AllowableRaces` = 512 WHERE `ID` IN (9189, 9425, 9428);