Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
"Has Fated Variant" Doomfletch fix
Browse files Browse the repository at this point in the history
As "Doomfletch" is contained in "Doomfletch's Prism", the fated version
wrongfully got the "Has Fated Variant" note.
  • Loading branch information
aRTy42 committed Aug 23, 2017
1 parent 5545de9 commit 7e126a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/ahk/POE-ItemInfo.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7245,7 +7245,7 @@ UniqueHasFatedVariant(ItemName)
{
Continue
}
IfInString, ItemName, %Line%
If(ItemName == Line)
{
return True
}
Expand Down

0 comments on commit 7e126a3

Please sign in to comment.