diff options
author | Nay <dnpd.dd@gmail.com> | 2012-08-27 20:42:56 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-08-27 20:42:56 +0100 |
commit | 9a11dc5ea6a56c41c044d5b28323d2fb420e3201 (patch) | |
tree | 7db0e67b352abb1092f7e80ed1a4886532286d4d /src | |
parent | 7e2d007e0d842326b139fb7ef345d0036d244978 (diff) |
Config/worldserver: Rename references to the old realmd database to auth
Diffstat (limited to 'src')
-rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index a3ba270b4bd..9eab3c40a2d 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -49,7 +49,7 @@ # # RealmID # Description: ID of the Realm using this config. -# Important: RealmID must match the realmlist inside the realmd database. +# Important: RealmID must match the realmlist inside the auth database. # Default: 1 RealmID = 1 @@ -174,7 +174,7 @@ Compression = 1 # PlayerLimit # Description: Maximum number of players in the world. Excluding Mods, GMs and Admins. # Important: If you want to block players and only allow Mods, GMs or Admins to join the -# server, use the DB field "realmd.realmlist.allowedSecurityLevel". +# server, use the DB field "auth.realmlist.allowedSecurityLevel". # Default: 100 - (Enabled) # 1+ - (Enabled) # 0 - (Disabled, No limit) |