From b33dabea680d0f1a2d0ef459b334605f9a9a57e0 Mon Sep 17 00:00:00 2001 From: The_Game_Master Date: Wed, 19 May 2010 04:40:30 +0400 Subject: [PATCH] [9931] After 3.2.0 expected AllowTwoSide.Accounts = 1 for any realm type by default. Signed-off-by: VladimirMangos --- src/mangosd/mangosd.conf.dist.in | 6 +++--- src/shared/revision_nr.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index f61fb7b54..ec88cfd8e 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -750,8 +750,8 @@ Motd = "Welcome to the Massive Network Game Object Server." # # AllowTwoSide.Accounts # Allow or not accounts to create characters in the 2 teams in any game type. -# Default: 0 (Not allowed) -# 1 (Allowed) +# 0 (Not allowed) +# Default: 1 (Allowed) # # AllowTwoSide.Interaction.Chat # 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.Channel = 0 AllowTwoSide.Interaction.Group = 0 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 6dc580d81..782565947 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9930" + #define REVISION_NR "9931" #endif // __REVISION_NR_H__