From a681d6ba86c472a530eeadc31088fcb4cf13d23f Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 24 Jan 2019 17:47:52 +0100 Subject: [PATCH] DB/Quests: Aiding the Outrunners will now require Felendren the Banished to be reward before being acceptable --- sql/updates/world/custom/custom_2019_01_24_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_01_24_01_world.sql diff --git a/sql/updates/world/custom/custom_2019_01_24_01_world.sql b/sql/updates/world/custom/custom_2019_01_24_01_world.sql new file mode 100644 index 00000000000..e626cf7d059 --- /dev/null +++ b/sql/updates/world/custom/custom_2019_01_24_01_world.sql @@ -0,0 +1 @@ +UPDATE `quest_template_addon` SET `PrevQuestID`= 8335 WHERE `ID`= 8347;