aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorraczman <none@none>2009-04-04 00:29:43 +0200
committerraczman <none@none>2009-04-04 00:29:43 +0200
commit38d634a1632720fb1ff596f43e988b1b6014ae82 (patch)
tree35e180d33afd35ec75fb2119b44450caa634b952 /src/trinitycore
parentb449693f1737894b9be4d836a9a35abf6b38d4cc (diff)
Fixed BG mark rewarding in case of prematurely finished BG:
-team with most points will get 3 marks, the other one 1 mark -in case of a draw, each team gets 1 mark (not sure if blizzlike) TODO: -remove per BG score variables and substitute them further with general m_score[] array to avoid data duplication. Please report any bugs, and TC2 devs - dont pull this change into TC2, its not 309-like. --HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index 552e87f34bf..fcc093e811a 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -507,6 +507,11 @@ LogColors = ""
# Default: 0 (false)
# 1 (true)
#
+# Battleground.PrematureReward
+# Reward players in case of prematurely finished BG
+# Default: 1 (true)
+# 0 (false)
+#
# CastUnstuck
# Allow cast or not Unstuck spell at .start or client Help option use
# Default: 1 (true)
@@ -612,6 +617,7 @@ ActivateWeather = 1
Battleground.CastDeserter = 1
Battleground.QueueAnnouncer.Enable = 1
Battleground.QueueAnnouncer.PlayerOnly = 0
+Battleground.PrematureReward = 1
CastUnstuck = 1
Instance.IgnoreLevel = 0
Instance.IgnoreRaid = 0