Core/Characters: Upgrade limitation to 16 characters per realm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user