aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-06-15 23:58:29 +0200
committerMachiavelli <none@none>2009-06-15 23:58:29 +0200
commit6ad7da569c51d6c62b707f6c436efb4275daf1b9 (patch)
treee5797e61277880499ce388ebfc29f6b93a7d5cf5 /src/game/World.cpp
parent898b65a6d1e03649d6b921a864b4a2ddf7cbba97 (diff)
*Integrate TicketMgr with ObjectMgr and clean up assosciated code. More features concerning ticket system are to be added soon. Please report any issues, thanks.
--HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index c6d2bc9104a..4c14da07fd5 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -64,7 +64,6 @@
#include "CellImpl.h"
#include "InstanceSaveMgr.h"
#include "WaypointManager.h"
-#include "TicketMgr.h"
#include "Util.h"
#include "Language.h"
#include "CreatureGroups.h"
@@ -1452,7 +1451,7 @@ void World::SetInitialWorldSettings()
formation_mgr.LoadCreatureFormations();
sLog.outString( "Loading GM tickets...");
- ticketmgr.LoadGMTickets();
+ objmgr.LoadGMTickets();
///- Handle outdated emails (delete/return)
sLog.outString( "Returning old mails..." );