From aaf6b425fc99e95caa31b459d0199b3771fd1396 Mon Sep 17 00:00:00 2001 From: click Date: Tue, 25 May 2010 10:50:11 +0200 Subject: Allow accounts to create characters in both horde and alliance factions by default (now blizzlike) --HG-- branch : trunk --- src/trinitycore/trinitycore.conf.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/trinitycore') diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index a2560e1ce25..ceeedcaa125 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -944,8 +944,8 @@ Server.LoginInfo = 0 # AllowTwoSide.Accounts # Allow or not accounts to create characters in the 2 teams # in any game type. -# Default: 0 (Not allowed) -# 1 (Allowed) +# Default: 1 (Allowed) +# 0 (Not allowed) # # AllowTwoSide.Interaction.Chat # AllowTwoSide.Interaction.Channel @@ -986,7 +986,7 @@ Server.LoginInfo = 0 # ############################################################################### -AllowTwoSide.Accounts = 0 +AllowTwoSide.Accounts = 1 AllowTwoSide.Interaction.Chat = 0 AllowTwoSide.Interaction.Channel = 0 AllowTwoSide.Interaction.Group = 0 -- cgit v1.2.3