Roeshambo / MonolithDKP

DKP Interface for Monolith (WoW Classic Guild) (Development Repository)
28 stars 71 forks source link

Communication issue when item has comma "," in name #340

Closed lantisnt closed 4 years ago

lantisnt commented 4 years ago

Communication issue occurs when item has comma "," in name, e.g: https://classic.wowhead.com/item=19364/ashkandi-greatsword-of-the-brotherhood https://classic.wowhead.com/item=19363/crulshorukh-edge-of-chaos

Issue occurs due to serialization of bid data with ",". Receivers of communication have the bid window filled in invalid way. Will try to work on this soon.

lantisnt commented 4 years ago

Covered by https://github.com/Roeshambo/MonolithDKP/pull/341

Roeshambo commented 4 years ago

Committed.