mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user