From f60d534b73838c2f3c461b0086f6da02576697f3 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 8 May 2010 05:03:32 +0200 Subject: Cleanup on some database-related files: merge some DB-related files, add some consistency to callhandles in sourcetree (M + combine MySQL-specific files into main database-files (click) + fix vcproj-files, adjust handler-function names for consistency (Machiavelli) --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 c0ad439aa3a..95bb39eca91 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -53,7 +53,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