Skip to content

Commit

Permalink
Fix not reading poe.ninja currency rates at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Eruyome committed Dec 5, 2016
1 parent 0f73151 commit 5a89c8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TradeUpdates.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
The following is a list of what has been updated, starting with 1.1.0

1.2.6 and 1.2.7
================================================================================================
Minor fixes.

1.2.5
================================================================================================
Added workaround for chaos equivalent values on poe.trade being wrong.
Expand Down
2 changes: 2 additions & 0 deletions trade_data/TradeMacroInit.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -953,4 +953,6 @@ TradeFunc_StopSplashScreen() {
; Let timer run until SettingsUIWidth is set and overwrite some options.
SetTimer, OverwriteSettingsWidthTimer, 500
SetTimer, OverwriteSettingsNameTimer, 500
GoSub, ReadPoeNinjaCurrencyData
}

2 changes: 1 addition & 1 deletion trade_data/Version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TradeReleaseVersion := "1.2.6"
TradeReleaseVersion := "1.2.7"
TradeAHKVersionRequired := "1.1.24.01"

0 comments on commit 5a89c8d

Please sign in to comment.