PoE-Overlay-Community / PoE-Overlay-Community-Fork

An Overlay for Path of Exile. Built with Angular.
MIT License
460 stars 85 forks source link

Fix bulk currency regex #305

Closed daviderickson closed 1 year ago

daviderickson commented 2 years ago

The prior bulk trade message regexes were requiring a period after the league name which isn't currently happening in the game, thus all of these types of trades were being dropped.

Description

All bulk queries were being ignored by the trade helper, this fixes that.

Replication Steps

List any bulk currency for sale in the current release version, when you get a trade message it will not be picked up by trade helper.

Screenshots/Video

How Has This Been Tested?

WhiteFang5 commented 1 year ago

I'm closing this PR since this issue has also been fixed in #309