diff options
| author | QAston <none@none> | 2009-06-07 22:14:00 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-07 22:14:00 +0200 |
| commit | c03809938911d5d57755c32d74e32412062a28fe (patch) | |
| tree | a202961b2352e08a1b68f6fe26d9cbbcd7b63636 /src/game/Level3.cpp | |
| parent | d0c801d6cf8190e57a739f124af4a756a7c3d8fc (diff) | |
| parent | 540c5291eb8a688060a25cac0fd77676740b7250 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
| -rw-r--r-- | src/game/Level3.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index bc0e3b8f80f..06338bbe233 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -122,6 +122,9 @@ 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)) { @@ -129,6 +132,7 @@ bool ChatHandler::HandleAHBotOptionsCommand(const char* args) return false; } AuctionHouseBotCommands(2, ahMapID, NULL, param1); + */ } else if (strncmp(opt,"mintime",l) == 0) { |
