mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(DB/creature): Colonel Kurzen's respawn time (#8060)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632479021658969480');
|
||||||
|
|
||||||
|
-- Decreases the respawn time for Colonel Kurzen to 5 min
|
||||||
|
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` = 813 AND `guid` = 1481;
|
||||||
Reference in New Issue
Block a user