From d26ffb03dfc9174c0d90511e1b28196f1c72a01b Mon Sep 17 00:00:00 2001 From: Adan Rehtla Date: Wed, 4 Oct 2023 10:42:35 +1000 Subject: [PATCH 1/2] Update incorrect variable for switch server --- IdleCombos.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IdleCombos.ahk b/IdleCombos.ahk index 2ea37ef..70a4107 100644 --- a/IdleCombos.ahk +++ b/IdleCombos.ahk @@ -3576,10 +3576,10 @@ ServerCall(callname, parameters, newservername = "") { WR.Close() } LogFile("API Call (" playservername "): " callname) - swtichPlayServer := InStr(rawdetails, "switch_play_server") + swtichPlayServer := InStr(data, "switch_play_server") ; MsgBox, % "swtichPlayServer - " swtichPlayServer if (swtichPlayServer > 0) { - playservername := GetPlayServer(rawdetails) + playservername := GetPlayServer(data) ServerCall(callname, parameters, playservername) } if( !CheckServerCallError(data) ) { From 9fd5020f74579166679c212be6ce7c2e16385dd2 Mon Sep 17 00:00:00 2001 From: Adan Rehtla Date: Wed, 4 Oct 2023 10:43:50 +1000 Subject: [PATCH 2/2] Bump Version 3.66 --- CHANGELOG.md | 4 ++++ IdleCombos.ahk | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0558fe..a4e5146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ To all the Idle Dragoneers who inspired and assisted me! ------ +## 3.66 + +* Fix incorrect variable in 'switch_play_server' in server calls + ## 3.65 * Detect 'switch_play_server' in server calls diff --git a/IdleCombos.ahk b/IdleCombos.ahk index 70a4107..aa1ff3b 100644 --- a/IdleCombos.ahk +++ b/IdleCombos.ahk @@ -6,7 +6,7 @@ #include idledict.ahk ;Versions -global VersionNumber := "3.65" +global VersionNumber := "3.66" global CurrentDictionary := "2.32" ;Local File globals diff --git a/README.md b/README.md index 7d705ee..be29f8d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Companion App for Idle Champions, written in [AHK](https://www.autohotkey.com/). -**v3.65** is the current supported Version. [View changelog.](https://github.com/djravine/idlecombos/blob/master/CHANGELOG.md) +**v3.66** is the current supported Version. [View changelog.](https://github.com/djravine/idlecombos/blob/master/CHANGELOG.md) ![Screenshot](https://i.imgur.com/LoeTt9r.png)