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/commands.cpp | |
parent | 0e21b478636fac986a5e2276662da6a6e1692f9e (diff) | |
download | ManaVerse-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.gz ManaVerse-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.bz2 ManaVerse-0b236e4e04a6d89d34925ce9d2875c002e135b23.tar.xz ManaVerse-0b236e4e04a6d89d34925ce9d2875c002e135b23.zip |
Remove auction bot support.
This bot for long time offline in tmw and possible will be never online.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index b085cbd7c..25835ace9 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -22,7 +22,6 @@ #include "commandhandler.h" -#include "auctionmanager.h" #include "actorspritemanager.h" #include "client.h" #include "configuration.h" @@ -708,12 +707,6 @@ impHandler1(hack) Net::getChatHandler()->sendRaw(args); } -impHandler1(mail) -{ - if (auctionManager && auctionManager->getEnableAuctionBot()) - auctionManager->sendMail(args); -} - impHandler0(priceLoad) { if (shopWindow) |