diff options
author | megamage <none@none> | 2009-01-04 17:14:34 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-04 17:14:34 -0600 |
commit | 1622cd26a1f94732f7ddb0ae824cf5fa77c4e276 (patch) | |
tree | 291702beff04571aa731ee03b8f3bdb434ef2f98 /src/mangosd/Main.cpp | |
parent | 13cfff2327247c20ec4c0bcc51fa8cfb2594daff (diff) |
*Add some missing contents in previous commits.
--HG--
branch : trunk
Diffstat (limited to 'src/mangosd/Main.cpp')
-rw-r--r-- | src/mangosd/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mangosd/Main.cpp b/src/mangosd/Main.cpp index 1e4230db1a3..9e3c3cbd2d3 100644 --- a/src/mangosd/Main.cpp +++ b/src/mangosd/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 |