fix(DB/creature): Colonel Kurzen's respawn time (#8060)
This commit is contained in:
parent
cdc8c99ea6
commit
391bd70c8d
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue