fix(DB/npc_vendor) Adjusted Wood frog box restock value from 2.5 hours to 30 mins (#22936)

This commit is contained in:
chauusie
2025-09-16 09:21:47 +01:00
committed by GitHub
parent 9e0b6ff7a6
commit d41bfd165e

View File

@@ -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;