diff options
author | megamage <none@none> | 2009-07-31 11:29:28 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-31 11:29:28 +0800 |
commit | 0fcadd9d257fc716e7dc90b4034f33280f4dcb14 (patch) | |
tree | c15f3e0a9882eaa99bac40058b73151f811efd75 /src/trinitycore/Main.cpp | |
parent | ca271eb5dceb2ad7d82a757b9df54c6882fec1b4 (diff) |
*Replace "LoginDatabase" with "loginDatabase"
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/Main.cpp')
-rw-r--r-- | src/trinitycore/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index eb51c770896..faa88c994d5 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -59,7 +59,7 @@ int m_ServiceStatus = -1; DatabaseType WorldDatabase; ///< Accessor to the world database DatabaseType CharacterDatabase; ///< Accessor to the character database -DatabaseType LoginDatabase; ///< Accessor to the realm/login database +DatabaseType loginDatabase; ///< Accessor to the realm/login database uint32 realmID; ///< Id of the realm |