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/game/AddonMgr.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/game/AddonMgr.cpp')
-rw-r--r-- | src/game/AddonMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AddonMgr.cpp b/src/game/AddonMgr.cpp index 0dd331583ea..66e4fbc8765 100644 --- a/src/game/AddonMgr.cpp +++ b/src/game/AddonMgr.cpp @@ -28,7 +28,7 @@ #include "Auth/Sha1.h" #include "ProgressBar.h" -extern DatabaseType loginDatabase; +extern DatabaseType LoginDatabase; INSTANTIATE_SINGLETON_1(AddonMgr); |