DB/Vendors: Adjusted Wood frog box restock value from 2.5 hours to 30 mins

Closes #31574

(cherry picked from commit e6697b82013ac492418227576360b1d6e203ce2d)
This commit is contained in:
chauusie
2026-06-30 12:06:49 +02:00
committed by Shauren
parent bbd9b1a068
commit 65c05c3e1d
@@ -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 AND `type` = 1;