From 922fee4e1be6c6262f81c61445a2d77c11cf8ca6 Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Thu, 25 Jun 2009 22:46:22 -0400 Subject: [PATCH] Fix AHBot maxitems command --HG-- branch : trunk --- src/game/Level3.cpp | 4 ---- 1 file changed, 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) {