Fix AHBot maxitems command

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-06-25 22:46:22 -04:00
parent f5cbcb40cf
commit 922fee4e1b

View File

@@ -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)
{