mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/creature): Correct Emberstrife's respawn time (#9258)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user