Replaced door system with waypoint system

This commit is contained in:
Kayne Ruse
2014-12-30 02:38:25 +11:00
parent 57c6f45c21
commit 3a9fdd511b
9 changed files with 47 additions and 75 deletions
+1 -1
View File
@@ -201,9 +201,9 @@ void ServerApplication::Quit() {
accountMgr.UnloadAll();
characterMgr.UnloadAll();
clientMgr.UnloadAll();
doorMgr.UnloadAll();
monsterMgr.UnloadAll();
roomMgr.UnloadAll();
waypointMgr.UnloadAll();
//APIs
lua_close(luaState);