mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
DB/Quest: add race restrictions to many Blood Elf-only quests
Closes #17342 by SnapperRy
This commit is contained in:
3
sql/updates/world/3.3.5/2016_06_12_08_world.sql
Normal file
3
sql/updates/world/3.3.5/2016_06_12_08_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `quest_template` SET `AllowableRaces`=512 WHERE `ID` IN (8325, 9393, 8328, 9676, 8564, 9392, 8563, 8326, 8327, 8330, 8345, 8336, 8334, 8335, 8338, 8347, 9428, 9189);
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=9704;
|
||||
Reference in New Issue
Block a user