Config/worldserver: Rename references to the old realmd database to auth

This commit is contained in:
Nay
2012-08-27 20:42:56 +01:00
parent 7e2d007e0d
commit 9a11dc5ea6

View File

@@ -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)