diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Level3.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index a50b551398c..6c5114420a7 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -122,9 +122,6 @@ bool ChatHandler::HandleAHBotOptionsCommand(const char* args) } else if (strncmp(opt,"maxitems",l) == 0) { - PSendSysMessage("ahbotoptions mintime has been deprecated"); - return false; - /* char * param1 = strtok(NULL, " "); if ((!ahMapIdStr) || (!param1)) { @@ -132,7 +129,6 @@ bool ChatHandler::HandleAHBotOptionsCommand(const char* args) return false; } AuctionHouseBotCommands(2, ahMapID, NULL, param1); - */ } else if (strncmp(opt,"mintime",l) == 0) { |