aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorclick <none@none>2010-05-25 10:50:11 +0200
committerclick <none@none>2010-05-25 10:50:11 +0200
commitaaf6b425fc99e95caa31b459d0199b3771fd1396 (patch)
tree77e40b4c554225822006137d9e6d7c8ec1050f0f /src/trinitycore
parentb4e19528ef69269b837fbf787b2f1f7f9904d504 (diff)
Allow accounts to create characters in both horde and alliance factions by default (now blizzlike)
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist6
1 files changed, 3 insertions, 3 deletions
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