Skip to content

Commit

Permalink
DB/Creature: Decrease Timber respawn time
Browse files Browse the repository at this point in the history
closes #30009 by CraftedRO
  • Loading branch information
Aokromes committed May 26, 2024
1 parent ad3aeaa commit 1e196f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/3.3.5/2024_05_26_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Decrease Timber respawn time to 45 minutes
UPDATE `creature` SET `spawntimesecs`=2700 WHERE `id`=1132;

0 comments on commit 1e196f6

Please sign in to comment.