mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Config/worldserver: Rename references to the old realmd database to auth
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user