mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +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