Communication issue when item has comma "," in name
lantisnt opened this issue ยท 2 comments
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.
Covered by #341