diff options
author | XTZGZoReX <none@none> | 2010-01-20 16:24:52 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2010-01-20 16:24:52 +0100 |
commit | 48b085124e84610082c61a626c5773aeca5b4cfd (patch) | |
tree | 3508da3970c8c75cd5726fa5ae4f729ad3fea49f /src/game/World.cpp | |
parent | 593cbe46397a31796ab7bbe99c484cde74e6e361 (diff) |
* Add basic AddonMgr.
* All this really does at the moment is save addon names + CRCs to DB for use for.. whatever, later.
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index fc512e40da2..570d4b5573c 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -69,6 +69,7 @@ #include "Transports.h" #include "ProgressBar.h" #include "ScriptMgr.h" +#include "AddonMgr.h" INSTANTIATE_SINGLETON_1(World); |