diff options
| author | Disassembler <none@none> | 2009-05-04 16:54:35 +0200 |
|---|---|---|
| committer | Disassembler <none@none> | 2009-05-04 16:54:35 +0200 |
| commit | 92cfbad2b2f1bcf4e3cbf68b508d62e595eca566 (patch) | |
| tree | 2afc13b0bafa7adcdd5f3756e664e6b62595acd2 /src/trinitycore/trinitycore.conf.dist | |
| parent | 2797d699363396c215cf5ecd603f7fae56cbc39d (diff) | |
Backport from TC2 (resp. Mangos) conf options Death.Bones.* for disable bones
creating from corpse in world zones or in arena/bg.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/trinitycore.conf.dist')
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index fcc093e811a..86f2d994f25 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1058,6 +1058,12 @@ Visibility.Distance.Grey.Object = 10 # Default: 1 (enabled) # 0 (disabled) # +# Death.Bones.World +# Death.Bones.BattlegroundOrArena +# Enabled/disabled creating bones instead corpse at resurrection (in normal zones/instacnes, or battleground/arenas) +# Default: 1 (enabled) +# 0 (disabled) +# ################################################################################################################### Rate.Health = 1 @@ -1110,6 +1116,8 @@ DurabilityLossChance.Block = 0.05 Death.SicknessLevel = 11 Death.CorpseReclaimDelay.PvP = 1 Death.CorpseReclaimDelay.PvE = 0 +Death.Bones.World = 1 +Death.Bones.BattlegroundOrArena = 1 ################################################################################################################### # |
