mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user