COORDINATE_PATTERN in LocationUtils needs to restrict matching to integers
magicus opened this issue ยท 1 comments
It will try to match a string such as "12345766561750" but then this can't be parsed as an integer.
https://athena.wynntils.com/crash/view/2b4c41f6b46288f6c22373805e354f96
Fixed in #2075