File Details
v1.3.15
- R
- Apr 15, 2026
- 191.06 KB
- 10
- 12.0.1
- Retail
File Name
Simdragosa-v1.3.15.zip
Supported Versions
- 12.0.1
Simdragosa
v1.3.15 (2026-04-15)
- Merge branch 'develop'
- release: v1.3.15
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com - feat: multi-layer dungeon name resolution for source filter
Replace single EJ lookup with layered resolution for Raidbots numeric IDs:- EJ_GetInstanceInfo (Encounter Journal IDs)
- C_ChallengeMode cache built from GetMapTable() on startup (current M+ season)
- C_Map.GetAreaInfo (Wowhead zone/area IDs — same system as wowhead.com/zone=N)
- C_Map.GetMapInfo (WoW UI map IDs)
- Static fallback: Midnight S1 zone IDs from Wowhead (all 8 dungeons)
The challenge mode cache handles current-season dungeon IDs dynamically,
so no manual update needed each season.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com