fix(DB/creature): Correct Emberstrife's respawn time (#9258)

This commit is contained in:
Azcobu 2021-11-21 05:16:35 +10:30 committed by GitHub
parent 6a31aa4652
commit 6d1318e971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;