diff options
| author | XTZGZoReX <none@none> | 2010-01-29 11:56:48 +0100 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2010-01-29 11:56:48 +0100 |
| commit | 39a260d10d9fe9ed575602eb45a30c347270e405 (patch) | |
| tree | 9b0099799cfac2148a2420bb5784a4d31f413d74 /src/game/World.cpp | |
| parent | f5e267da1691bf8283fb3175e41307abcf7c41fc (diff) | |
* Added actual loading of the `addons` table... This was missing in the original commit.
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index a9a0c9426eb..f8590ce8784 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1549,6 +1549,9 @@ void World::SetInitialWorldSettings() sLog.outString("Loading GM tickets..."); objmgr.LoadGMTickets(); + sLog.outString("Loading client addons..."); + sAddonMgr.LoadFromDB(); + ///- Handle outdated emails (delete/return) sLog.outString("Returning old mails..."); objmgr.ReturnOrDeleteOldMails(false); |
