diff options
author | Rat <none@none> | 2010-05-12 07:53:13 +0200 |
---|---|---|
committer | Rat <none@none> | 2010-05-12 07:53:13 +0200 |
commit | 6f06008f6bf9b59e27b2a7826a54f4d02fd64dcf (patch) | |
tree | a53570720c79dc4af011c6c2963ced4bf572ab96 /src/trinitycore | |
parent | bfa0588fac005b6f274edb8ccd7b622cd47dd1ff (diff) |
make BG kill XP configable, default off
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index 274412fc5dc..e260cdd11cd 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1656,6 +1656,11 @@ AutoBroadcast.Timer = 60000 # Default: 1800000 (30 minutes) # 0 - disable (not recommended) # +# Battleground.GiveXPForKills +# Give experience for honorable kills in battlegrounds +# Default: 0 (disable) +# 1 (enable) +# ############################################################################### Battleground.CastDeserter = 1 @@ -1664,6 +1669,7 @@ Battleground.QueueAnnouncer.PlayerOnly = 0 Battleground.InvitationType = 0 BattleGround.PrematureFinishTimer = 300000 BattleGround.PremadeGroupWaitForMatch = 1800000 +Battleground.GiveXPForKills = 0 ############################################################################### # ARENA CONFIG |