diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-08-27 01:51:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-27 01:51:55 +0200 |
commit | 2f846efe07747b413656a71bb860091ba69ecd6a (patch) | |
tree | cfcaacaaa78b326a5c964d1d753ca4e032e6ca31 | |
parent | e6783240294629c65d77e9eae779f79beb36b9e0 (diff) |
DB/Quest: Add timer to Scalding Mornbrew Delivery quest
closes #31240
by AlexPro54
-rw-r--r-- | sql/updates/world/3.3.5/2025_08_27_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |