diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-18 16:40:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-18 16:40:55 +0300 |
commit | 0b236e4e04a6d89d34925ce9d2875c002e135b23 (patch) | |
tree | ead38bd486f6018f8a4a608486ea1cc8e2d4ac60 /src/client.cpp | |
parent | 0e21b478636fac986a5e2276662da6a6e1692f9e (diff) | |
download | plus-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.gz plus-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.bz2 plus-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.xz plus-0b236e4e04a6d89d34925ce9d2875c002e135b23.zip |
Remove auction bot support.
This bot for long time offline in tmw and possible will be never online.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index 371dab3d8..9763c3300 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -24,7 +24,6 @@ #include "client.h" -#include "auctionmanager.h" #include "chatlogger.h" #include "configuration.h" #include "depricatedevent.h" @@ -1096,7 +1095,6 @@ int Client::gameExec() #endif GuildManager::init(); - AuctionManager::init(); if (!mConfigAutoSaved) { |