diff --git a/sql/updates/world/3.3.5/2025_12_14_00_world.sql b/sql/updates/world/3.3.5/2025_12_14_00_world.sql new file mode 100644 index 00000000000..661497f4e7d --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_14_00_world.sql @@ -0,0 +1,2 @@ +-- Decrease Wood Frog Box restock time +UPDATE `npc_vendor` SET `incrtime`=1800 WHERE `entry`=14860 AND `item`=11027;