mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/npc_vendor) Adjusted Wood frog box restock value from 2.5 hours to 30 mins (#22936)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user