Skip to content

Commit

Permalink
Fix copy item
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyromyr committed Sep 7, 2021
1 parent 3923151 commit 21e936f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions D2Stats.au3
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#pragma compile(Icon, Assets/icon.ico)
#pragma compile(FileDescription, Diablo II Stats reader)
#pragma compile(ProductName, D2Stats)
#pragma compile(ProductVersion, 3.11.2)
#pragma compile(FileVersion, 3.11.2)
#pragma compile(Comments, 30.08.2021)
#pragma compile(ProductVersion, 3.11.3)
#pragma compile(FileVersion, 3.11.3)
#pragma compile(Comments, 07.09.2021)
#pragma compile(UPX, True) ;compression
#pragma compile(inputboxres, True)
;#pragma compile(ExecLevel, requireAdministrator)
Expand Down Expand Up @@ -248,7 +248,7 @@ func HotKey_CopyItem($TEST = False)
local $sOutput = ""

while ($sOutput == "" and TimerDiff($hTimerRetry) < 10)
$sOutput = _MemoryRead($g_hD2Sigma + 0x6E3DC8, $g_ahD2Handle, "wchar[8192]")
$sOutput = _MemoryRead($g_hD2Sigma + 0x6E5DC8, $g_ahD2Handle, "wchar[8192]")
; $sOutput = _MemoryRead(0x00191FA4, $g_ahD2Handle, "wchar[2048]") ; Magic?
wend

Expand Down

0 comments on commit 21e936f

Please sign in to comment.