[9931] After 3.2.0 expected AllowTwoSide.Accounts = 1 for any realm type by default.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
The_Game_Master 2010-05-19 04:40:30 +04:00 committed by VladimirMangos
parent adb09fd0f4
commit b33dabea68
2 changed files with 4 additions and 4 deletions

View file

@ -750,8 +750,8 @@ Motd = "Welcome to the Massive Network Game Object Server."
# #
# AllowTwoSide.Accounts # AllowTwoSide.Accounts
# Allow or not accounts to create characters in the 2 teams in any game type. # Allow or not accounts to create characters in the 2 teams in any game type.
# Default: 0 (Not allowed) # 0 (Not allowed)
# 1 (Allowed) # Default: 1 (Allowed)
# #
# AllowTwoSide.Interaction.Chat # AllowTwoSide.Interaction.Chat
# AllowTwoSide.Interaction.Channel # AllowTwoSide.Interaction.Channel
@ -782,7 +782,7 @@ Motd = "Welcome to the Massive Network Game Object Server."
# #
################################################################################################################### ###################################################################################################################
AllowTwoSide.Accounts = 0 AllowTwoSide.Accounts = 1
AllowTwoSide.Interaction.Chat = 0 AllowTwoSide.Interaction.Chat = 0
AllowTwoSide.Interaction.Channel = 0 AllowTwoSide.Interaction.Channel = 0
AllowTwoSide.Interaction.Group = 0 AllowTwoSide.Interaction.Group = 0

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9930" #define REVISION_NR "9931"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__