From 21857d11f78fc7a3df4a121a6d1b35b092fb7b02 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sat, 20 Jul 2019 22:34:00 +0200 Subject: DB/Quest: fix faction requirements for Pilgrim's Bounty introductory quests. --- sql/updates/world/3.3.5/2019_07_20_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_20_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_07_20_04_world.sql b/sql/updates/world/3.3.5/2019_07_20_04_world.sql new file mode 100644 index 00000000000..f8f39a4ca8b --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_20_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template` SET `AllowableRaces`=690 WHERE `Id`=14036; +UPDATE `quest_template` SET `AllowableRaces`=1101 WHERE `Id`=14022; -- cgit v1.2.3