diff options
author | megamage <none@none> | 2009-06-07 11:59:12 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-07 11:59:12 -0500 |
commit | 79b76f10cd7a0b5e299b7e0ff3d01cdd727b893d (patch) | |
tree | c1ec074e433a61b335c25342c6a1fad8827d1f4a /src/game/Level3.cpp | |
parent | c48c20cb9866d22f1b03159ae258310ab10a9263 (diff) | |
parent | 2e4fae75a4f4f24dc2c97b8bde4870974c073aa9 (diff) |
*Merge. A m_casttime check is added to prevent redundent check of canseeordetect.
--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) { |