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:
parent
21698031c5
commit
90548f7ad1
1 changed files with 1 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue