File Details
v0.4.2
- R
- Apr 26, 2026
- 68.11 KB
- 0
- 12.0.1
- Retail
File Name
GearPath-v0.4.2.zip
Supported Versions
- 12.0.1
GearPath
v0.4.2 (2026-04-26)
Full Changelog Previous Releases
- v0.4.2: raid classification fix
The Blizzard journal-instance API returns "DUNGEON" as the
instance type for The Voidspire, The Dreamrift, and March on
Quel'Danas, despite these being raids. This caused 246 BiS
items across these three instances to display as "Dungeon"
in the addon's Priority tab.
Fixed by adding an instance-level override map in the
scraper (companion/main.go). The override is applied in two
places: buildSourceMap (for future scrapes) and the generate
function (which reads pre-scraped JSON files into Lua). Same
override map serves both code paths.
If/when Blizzard fixes the API classification, the override
becomes redundant but not harmful.

