Disallow character creation by race.

This commit is contained in:
mobius
2015-01-02 09:06:53 +00:00
parent bb13c3a3c5
commit 9a133a19b0
3 changed files with 86 additions and 0 deletions

View File

@@ -509,6 +509,21 @@ AllowChangePassword = False
OldDropBehavior = False
# ---------------------------------------------------------------------------
# Allowed Player Races
# ---------------------------------------------------------------------------
# Allowing specific races to be created.
# Default: True
AllowHuman = True
AllowElf = True
AllowDarkElf = True
AllowOrc = True
AllowDwarf = True
AllowKamael = True
AllowErtheia = True
# ---------------------------------------------------------------------------
# Custom Starting Location
# ---------------------------------------------------------------------------