diff options
| author | click <none@none> | 2010-05-25 10:50:11 +0200 | 
|---|---|---|
| committer | click <none@none> | 2010-05-25 10:50:11 +0200 | 
| commit | aaf6b425fc99e95caa31b459d0199b3771fd1396 (patch) | |
| tree | 77e40b4c554225822006137d9e6d7c8ec1050f0f /src/game/World.cpp | |
| parent | b4e19528ef69269b837fbf787b2f1f7f9904d504 (diff) | |
Allow accounts to create characters in both horde and alliance factions by default (now blizzlike)
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 684ec7b970a..c2b29141a62 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -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);  | 
