fix(DB/creature): Colonel Kurzen's respawn time (#8060)

This commit is contained in:
syssneck
2021-10-03 04:50:52 +02:00
committed by GitHub
parent cdc8c99ea6
commit 391bd70c8d

View File

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