Renamed "realmd" to "auth" in config files.

Renamed "character_database.sql" to "characters_database.sql". (yeah I know, you're gonna hate me, but I'm pedantic!)

--HG--
branch : trunk
This commit is contained in:
teacher
2010-07-12 18:00:27 +02:00
parent 5ad02b578d
commit 94f143ee46
3 changed files with 3 additions and 3 deletions

View File

@@ -125,14 +125,14 @@
#
###############################################################################
LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;realmd"
LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
PidFile = ""
LogLevel = 0
LogFile = "realmd.log"
LogFile = "auth.log"
LogTimestamp = 0
LogFileLevel = 0
LogColors = ""

View File

@@ -48,7 +48,7 @@
RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;realmd"
LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"
WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world"
CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters"
MaxPingTime = 30