Commit Graph

2 Commits

Author SHA1 Message Date
florian.berthold b96e1ce8b2 Fix Lua 5.0 getn() crash on first guide load
GuideTable.lua:88 used the Lua 5.0 global getn() to size the color-
substitution table opentext. In Lua 5.1 (WoW 3.3.5) the bare getn is
gone and table.getn is deprecated, so this would have crashed with
'attempt to call global getn (a nil value)' before any guide could
render. Replaced with the # length operator.

Also record the fix and the upstream README cleanup under 'Files we
touched' in README-CoA.md.
2026-05-11 22:09:44 +02:00
florian.berthold 57f1a7e3b5 Import VanillaGuide 1.04.2 (mrmr) as upstream baseline 2026-05-11 21:46:17 +02:00