diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-11-24 00:35:11 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-11-24 00:35:11 +0000 |
| commit | 7e6afa7fe8a30b3878c9d0ba32ff18d5a11fcbae (patch) | |
| tree | 4a866868a5bffa3723e2187982fa1db99477b29b /src/server/worldserver | |
| parent | dfa2fdc2cb1caa0f0e16873f4112f72e03e478c0 (diff) | |
Core/Enums: Add two new races to enumerations and update maxlevel in config
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 742421b5ead..818db5d46b8 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -910,11 +910,12 @@ DeclinedNames = 0 # Expansion # Description: Allow server to use content from expansions. Checks for expansion-related # map files, client compatibility and class/race character creation. -# Default: 2 - (Expansion 2) +# Default: 3 - (Expansion 3) +# 2 - (Expansion 2) # 1 - (Expansion 1) # 0 - (Disabled, Ignore and disable expansion content (maps, races, classes) -Expansion = 2 +Expansion = 3 # # MinPlayerName @@ -1041,16 +1042,16 @@ SkipCinematics = 0 # Description: Maximum level that can be reached by players. # Important: Levels beyond 100 are not recommended at all. # Range: 1-255 -# Default: 80 +# Default: 85 -MaxPlayerLevel = 80 +MaxPlayerLevel = 85 # # MinDualSpecLevel # Description: Level requirement for Dual Talent Specialization -# Default: 40 +# Default: 30 -MinDualSpecLevel = 40 +MinDualSpecLevel = 30 # # StartPlayerLevel |
