mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
DB/Quest: fix faction requirements for Pilgrim's Bounty introductory quests.
This commit is contained in:
3
sql/updates/world/3.3.5/2019_07_20_04_world.sql
Normal file
3
sql/updates/world/3.3.5/2019_07_20_04_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `quest_template` SET `AllowableRaces`=690 WHERE `Id`=14036;
|
||||
UPDATE `quest_template` SET `AllowableRaces`=1101 WHERE `Id`=14022;
|
||||
Reference in New Issue
Block a user