diff options
| author | KingPin <none@none> | 2009-01-15 22:25:19 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2009-01-15 22:25:19 -0500 |
| commit | b5debc9a67571457420dda976ee386ad1e1a1317 (patch) | |
| tree | f013124593e138ae711cace0fd2a0871e3e9e7a4 /src/game/World.cpp | |
| parent | 4ce857b400770023afb45ffdab09a3a1a5db83e0 (diff) | |
Lets try this again... missing part from faction fix.
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 80f995834a9..89a0b75cd36 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -606,6 +606,7 @@ void World::LoadConfigSettings(bool reload) m_configs[CONFIG_ALLOW_TWO_SIDE_INTERACTION_MAIL] = sConfig.GetBoolDefault("AllowTwoSide.Interaction.Mail",false); m_configs[CONFIG_ALLOW_TWO_SIDE_WHO_LIST] = sConfig.GetBoolDefault("AllowTwoSide.WhoList", false); m_configs[CONFIG_ALLOW_TWO_SIDE_ADD_FRIEND] = sConfig.GetBoolDefault("AllowTwoSide.AddFriend", false); + m_configs[CONFIG_ALLOW_TWO_SIDE_TRADE] = sConfig.GetBoolDefault("AllowTwoSide.trade", false); m_configs[CONFIG_STRICT_PLAYER_NAMES] = sConfig.GetIntDefault("StrictPlayerNames", 0); m_configs[CONFIG_STRICT_CHARTER_NAMES] = sConfig.GetIntDefault("StrictCharterNames", 0); m_configs[CONFIG_STRICT_PET_NAMES] = sConfig.GetIntDefault("StrictPetNames", 0); |
