fix(DB/creature_summon_groups): Adjust creature despawn in BFD / Fire Of Aku'Mai (#6583)

- Closes #5213
- Closes https://github.com/chromiecraft/chromiecraft/issues/220
This commit is contained in:
Necropola
2021-07-03 19:32:13 +02:00
committed by GitHub
parent 2dbf4ba5a1
commit a6ba2ad2e5

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624669484085082860');
-- Despawn the summoned creatures/corpses 5 minutes after being killed instead of 1 minute after not being in combat.
UPDATE `creature_summon_groups` SET `summonType`=6, `summonTime`=300000 WHERE `summonerId` IN (21118, 21119, 21120, 21121);