Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/C1rdec/PoeLurker
Browse files Browse the repository at this point in the history
C1rdec committed Jan 31, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 27af278 + 5592f50 commit da24707
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Lurker/Events/TradeEvent.cs
Original file line number Diff line number Diff line change
@@ -52,6 +52,10 @@ public TradeEvent(string logLine)
{
this.Location = this.ParseLocation(textAfterItemName.Substring(locationMarkerIndex));
}
else
{
this.Location = new Location();
}

// Price
if (priceMarkerIndex != -1)

0 comments on commit da24707

Please sign in to comment.