fix(DB/creature): Correct Emberstrife's respawn time (#9258)
This commit is contained in:
parent
6a31aa4652
commit
6d1318e971
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637407013873952635');
|
||||
|
||||
-- Reduce Emberstrife's respawn to 5 minutes
|
||||
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` = 10321 AND `guid` = 31041;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue