Skip to content

Commit

Permalink
fix bad point
Browse files Browse the repository at this point in the history
  • Loading branch information
eckserah committed Sep 20, 2018
1 parent 5ee41c8 commit 56f2586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msl-bot/bin/_src/scripts/sub/catch.au3
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Func catch($aImages, ByRef $iAstrochips)
Log_Add("Double ESCAPE for quick catch.")
adbSendESC()
;clickPoint continue instead of adbSendESC()
clickPoint(getArg($g_aPoints,"pause-continue"), 2, 50, Null)
clickPoint(getArg($g_aPoints,"battle-continue"), 2, 50, Null)
EndIf

Local $t_hTimer = TimerInit()
Expand Down
2 changes: 1 addition & 1 deletion msl-bot/msl-bot.au3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Global $aVersion = [4, 0, 5] ;Major, Minor, Build
Global $aVersion = [4, 0, 6] ;Major, Minor, Build

#pragma compile(Out, "msl-bot.exe")
#pragma compile(Icon, "bin\_src\msl-bot.ico")
Expand Down

0 comments on commit 56f2586

Please sign in to comment.