Misc/Config: set decay timer for unlooted normal creatures to 5 minutes.
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c55730a0155f7f7da5cbed70ea21a0b8923aad7)
This commit is contained in:
@@ -1574,13 +1574,13 @@ WorldBossLevelDiff = 3
|
||||
# Corpse.Decay.RAREELITE
|
||||
# Corpse.Decay.WORLDBOSS
|
||||
# Description: Time (in seconds) until creature corpse will decay if not looted or skinned.
|
||||
# Default: 60 - (1 Minute, Corpse.Decay.NORMAL)
|
||||
# Default: 300 - (5 Minute, Corpse.Decay.NORMAL)
|
||||
# 300 - (5 Minutes, Corpse.Decay.RARE)
|
||||
# 300 - (5 Minutes, Corpse.Decay.ELITE)
|
||||
# 300 - (5 Minutes, Corpse.Decay.RAREELITE)
|
||||
# 3600 - (1 Hour, Corpse.Decay.WORLDBOSS)
|
||||
|
||||
Corpse.Decay.NORMAL = 60
|
||||
Corpse.Decay.NORMAL = 300
|
||||
Corpse.Decay.RARE = 300
|
||||
Corpse.Decay.ELITE = 300
|
||||
Corpse.Decay.RAREELITE = 300
|
||||
|
||||
Reference in New Issue
Block a user