mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Standardize creature respawn time part 7
Closes #24978
(cherry picked from commit 1943f7fc07)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (1750,1751,1891,1892,1893,1894,1895,1896,2106,3528,3529,3530,3531,3532,3533,11285,11406,23011,23012);
|
||||
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (24938,24960,24966,24976,24978,25060,25073,25084,25087,25115) AND `spawntimesecs` = 600;
|
||||
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (1750,1751,1891,1892,1893,1894,1895,1896,2106,3528,3529,3530,3531,3532,3533,11285,11406,23011,23012);
|
||||
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (1420,6827,890,1933,3300,3835,6145,6368,14361,14881,15475,16030,16068,17213,26525,28093,28407,29328,30140,31685,32258,32261,32498);
|
||||
Reference in New Issue
Block a user