mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
fix(DB/Creature): fixed Timber respawn time (#18625)
* fix(DB/Creature): fixed Timber respawn time Decreased Timber respawn timer from 2 hours to 45 minutes * delete const --------- Co-authored-by: Pagani Walter <paganiwalter@gmail.com>
This commit is contained in:
1
data/sql/updates/pending_db_world/fix-issue-18433.sql
Normal file
1
data/sql/updates/pending_db_world/fix-issue-18433.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature` SET `spawntimesecs`=2700 WHERE `guid` IN (3154, 134483, 134484) AND `id1`=1132;
|
||||
Reference in New Issue
Block a user