File Details
v1.3.10
- R
- Apr 15, 2026
- 189.04 KB
- 13
- 12.0.1
- Retail
File Name
Simdragosa-v1.3.10.zip
Supported Versions
- 12.0.1
Simdragosa
v1.3.10 (2026-04-15)
- Merge branch 'develop'
- release: v1.3.10
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com - fix: use RW_BAR_X for bar fill position instead of undefined RW_NAME_W
RW_NAME_W was removed when the name text was replaced with an icon,
but the bar fill SetPoint still referenced it. In WoW Lua, nil arithmetic
silently mispositioning the fill, causing the results window to render
only one broken row. Use RW_BAR_X consistently for both bar bg and fill.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com