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:
parent
2dbf4ba5a1
commit
a6ba2ad2e5
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue