From 0fcadd9d257fc716e7dc90b4034f33280f4dcb14 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 31 Jul 2009 11:29:28 +0800 Subject: *Replace "LoginDatabase" with "loginDatabase" --HG-- branch : trunk --- src/trinitycore/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trinitycore/Main.cpp') 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 -- cgit v1.2.3