From 39a260d10d9fe9ed575602eb45a30c347270e405 Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Fri, 29 Jan 2010 11:56:48 +0100 Subject: * Added actual loading of the `addons` table... This was missing in the original commit. --HG-- branch : trunk --- src/game/World.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/World.cpp') 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); -- cgit v1.2.3