From c9f0d4292afa4b468728c456f7ec0f56d8d15c62 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 4 Jan 2009 17:20:23 +0100 Subject: *Cleaned up database queries - by XTZGZoReX --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 3767e73b844..a4bcf717d62 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -54,7 +54,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