fix(DB/npc_vendor) Adjusted Wood frog box restock value from 2.5 hours to 30 mins (#22936)
This commit is contained in:
parent
9e0b6ff7a6
commit
d41bfd165e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue