promotional bannermobile promotional banner

HandyNotes: Loremaster (12.x fork)

This is a fork of original LoreMaster addon with fixes for 12.x support.

File Details

0.10.2a-beta

  • B
  • Mar 28, 2026
  • 121.38 KB
  • 2.6K
  • 12.0.1
  • Retail

File Name

HandyNotes_Loremaster_fork-0.10.2a-beta.zip

Supported Versions

  • 12.0.1

[0.10.2a-beta+120001] - 2026-03-29

Fixed

  • Tooltip: fixed Lua errors caused by WoW taint system marking frame dimension values as "secret numbers" — GameTooltip:GetWidth() and similar API calls could return tainted values after addon interaction, causing arithmetic and comparison failures. Added SafeNumber() wrapper (tonumber(tostring(value))) to sanitize tainted values before use in tooltip width calculations (Core.lua).