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:
parent
066d2ef85b
commit
0263787346
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue