From b65172910c4f65c3ddd3a7c7ca3d3c7330f4a1f0 Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Thu, 28 Aug 2014 15:32:38 +0100 Subject: Core/BattleGrounds: store data about BGs victories Enable in worldserver.conf Closes #12944 Signed-off-by: DDuarte --- src/server/worldserver/worldserver.conf.dist | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/server/worldserver') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index d98a061b9f3..ee6def23c3e 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -2059,6 +2059,14 @@ Battleground.QueueAnnouncer.Enable = 0 Battleground.QueueAnnouncer.PlayerOnly = 0 +# +# Battleground.StoreStatistics.Enable +# Description: Store Battleground scores in the database. +# Default: 0 - (Disabled) +# 1 - (Enabled) + +Battleground.StoreStatistics.Enable = 0 + # # Battleground.InvitationType # Description: Set Battleground invitation type. -- cgit v1.2.3