File Details
FastItemLevel.11.7
- R
- Feb 20, 2026
- 471.02 KB
- 1.1K
- 12.0.1
- Retail
File Name
FastItemLevel.zip
Supported Versions
- 12.0.1
Protect against Patch 12.0 'secret'/tainted tooltip values by avoiding unsafe string conversions and pattern matches. SafeToString now checks issecretvalue and uses pcall(tostring) to prevent errors; SafeMatch was added to safely test patterns (also checking issecretvalue and using pcall(string.match)). Tooltip parsing now uses SafeMatch instead of direct string.match. Also bump addon version to 11.7 in the TOC.

