diff options
author | click <none@none> | 2010-05-08 05:03:32 +0200 |
---|---|---|
committer | click <none@none> | 2010-05-08 05:03:32 +0200 |
commit | f60d534b73838c2f3c461b0086f6da02576697f3 (patch) | |
tree | 7c1ba2b4a55ff7eba018c5c012a81d2730e0cdce /src/trinitycore/Main.cpp | |
parent | d6df19cd9948ff6d108f88e0d8c77bdbda5922ab (diff) |
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
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 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 |