DB/Creature: Standardize respawn time for Auchindoun creatures

(cherry picked from commit e0ea0fb8968fce7e76283e71a5d6e39dacc30471)
This commit is contained in:
offl
2022-02-28 14:45:09 +01:00
committed by Shauren
parent 51563cd132
commit fd20dbe562
@@ -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);