mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Allow accounts to create characters in both horde and alliance factions by default (now blizzlike)
--HG-- branch : trunk
This commit is contained in:
@@ -690,7 +690,7 @@ void World::LoadConfigSettings(bool reload)
|
||||
else
|
||||
m_configs[CONFIG_REALM_ZONE] = sConfig.GetIntDefault("RealmZone", REALM_ZONE_DEVELOPMENT);
|
||||
|
||||
m_configs[CONFIG_ALLOW_TWO_SIDE_ACCOUNTS] = sConfig.GetBoolDefault("AllowTwoSide.Accounts", false);
|
||||
m_configs[CONFIG_ALLOW_TWO_SIDE_ACCOUNTS] = sConfig.GetBoolDefault("AllowTwoSide.Accounts", true);
|
||||
m_configs[CONFIG_ALLOW_TWO_SIDE_INTERACTION_CHAT] = sConfig.GetBoolDefault("AllowTwoSide.Interaction.Chat",false);
|
||||
m_configs[CONFIG_ALLOW_TWO_SIDE_INTERACTION_CHANNEL] = sConfig.GetBoolDefault("AllowTwoSide.Interaction.Channel",false);
|
||||
m_configs[CONFIG_ALLOW_TWO_SIDE_INTERACTION_GROUP] = sConfig.GetBoolDefault("AllowTwoSide.Interaction.Group",false);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user