mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[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:
parent
adb09fd0f4
commit
b33dabea68
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9930"
|
||||
#define REVISION_NR "9931"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue