diff options
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 6 |
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 |
