fix(DB/creature): Respawn time secs (#3794)

This commit is contained in:
Stefano Borzì 2020-12-05 08:54:40 +01:00 committed by GitHub
parent 87c905af26
commit 203349b2e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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