From 2f846efe07747b413656a71bb860091ba69ecd6a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 27 Aug 2025 01:51:55 +0200 Subject: [PATCH] DB/Quest: Add timer to Scalding Mornbrew Delivery quest closes #31240 by AlexPro54 --- sql/updates/world/3.3.5/2025_08_27_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_08_27_00_world.sql diff --git a/sql/updates/world/3.3.5/2025_08_27_00_world.sql b/sql/updates/world/3.3.5/2025_08_27_00_world.sql new file mode 100644 index 00000000000..fed567d1d78 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_08_27_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template` SET `TimeAllowed`=300 WHERE `ID`=3364;