CriusDev icon indicating copy to clipboard operation
CriusDev copied to clipboard

getVolumes Crest call broken

Open Trohl opened this issue 11 years ago • 0 comments

The call in getVolumes in gdoc_scripts.js for fetching crest data is broken.

In line 919 (market_obj = __fetchCrest_market(item_id,region_id);) it should be first region_id and then item_id, because otherwise the Crest URL is wrong.

Trohl avatar Jul 30 '14 11:07 Trohl