fix(DB/Creature): decrease respawn time of Garrick Padfoot (#7593)
This commit is contained in:
parent
6b68a98783
commit
724ac01ea1
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630089599912305764');
|
||||
|
||||
-- Decreases the respawntime for Garrick Padfoot to 60 s (90 s in real time when instantly looted)
|
||||
UPDATE `creature` SET `spawntimesecs` = 60 WHERE `id` = 103 AND `guid` = 80247;
|
||||
Loading…
Add table
Add a link
Reference in a new issue