Stephen986

Results 3 comments of Stephen986

This is the exact line that needs to change, I think? https://github.com/Kamalisk/arkhamdb-json-data/blob/master/pack/eoe/eoep.json#L214

I just submitted a PR for a fix: https://github.com/Kamalisk/arkhamdb-json-data/pull/1066

The solution I ended up using was to coalesce a split part of `?param=` and a split part of `&param=` together. That way it works for either of those situations,...