mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/creature): Respawn time secs (#3794)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1606571138894151804');
|
||||
UPDATE `creature` SET `spawntimesecs` = 0 WHERE `id` IN (8901);
|
||||
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (9956);
|
||||
|
||||
Reference in New Issue
Block a user