summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorchauusie <chauusie+1@gmail.com>2025-09-16 09:21:47 +0100
committerGitHub <noreply@github.com>2025-09-16 09:21:47 +0100
commitd41bfd165e2697974c99a58835fb9f19b6af62f6 (patch)
treea15d53efa94869a813476be8d6b9f617ac1ca728 /data
parent9e0b6ff7a646f43b9c1d17d06ee8e001fb5b07fa (diff)
fix(DB/npc_vendor) Adjusted Wood frog box restock value from 2.5 hours to 30 mins (#22936)
Diffstat (limited to 'data')
-rw-r--r--data/sql/updates/pending_db_world/rev_1757953077250228200.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1757953077250228200.sql b/data/sql/updates/pending_db_world/rev_1757953077250228200.sql
new file mode 100644
index 0000000000..4ab9392188
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1757953077250228200.sql
@@ -0,0 +1,2 @@
+-- Changed restock value from 2.5 hours (9000) to 30 mins (1800)
+UPDATE `npc_vendor` SET `incrtime` = 1800 WHERE `entry` = 14860 AND `item` = 11027;