fix(DB/Quest): Nessa Shadowsong quest chain (#7694)

Since this quest chain is only available to Night Elf, so I just remove to other alliance races
This commit is contained in:
All 2021-09-06 23:25:26 +07:00 committed by GitHub
parent 066d2ef85b
commit 0263787346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630612914773827858');
-- Set Nessa Shadowsong Quest Chain To Night Elf Only
UPDATE `quest_template` SET `AllowableRaces` = 8 WHERE `ID` IN (6344, 6341, 6342, 6343);