mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Creature: Standardize respawn time for Auchindoun creatures
(cherry picked from commit e0ea0fb896)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user