Core/Characters: Upgrade limitation to 16 characters per realm

This commit is contained in:
hondacrx
2018-02-26 13:36:02 -05:00
parent 7d7970f777
commit 78f0f7557e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ namespace Game
if ((int)Values[WorldCfg.CharactersPerRealm] < 1 || (int)Values[WorldCfg.CharactersPerRealm] > 12)
{
Log.outError(LogFilter.ServerLoading, "CharactersPerRealm ({0}) must be in range 1..12. Set to 12.", Values[WorldCfg.CharactersPerRealm]);
Values[WorldCfg.CharactersPerRealm] = 11;
Values[WorldCfg.CharactersPerRealm] = 16;
}
// must be after CharactersPerRealm
+3 -3
View File
@@ -753,10 +753,10 @@ CharactersPerAccount = 50
#
# CharactersPerRealm
# Description: Limit number of characters per account on this realm.
# Range: 1-12
# Default: 12 - (Client limitation)
# Range: 1-16
# Default: 16 - (Client limitation)
CharactersPerRealm = 12
CharactersPerRealm = 16
#
# DemonHuntersPerRealm