DB/Creature: Standardize respawn time for Auchindoun creatures

(cherry picked from commit e0ea0fb896)
This commit is contained in:
offl
2020-10-05 00:21:32 +03:00
committed by Shauren
parent 51563cd132
commit fd20dbe562

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature` SET `spawntimesecs` = 86400 WHERE `spawntimesecs` = 43200 AND `map` BETWEEN 555 AND 558;
UPDATE `creature` SET `spawntimesecs` = 7200 WHERE `spawntimesecs` = 10800 AND `map` BETWEEN 555 AND 558;
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (18793,18891,21159,18726,18766,18778);