promotional bannermobile promotional banner

AutoPI Extended

Never wonder who to Power Infuse again - automatic, data-driven PI target selection for Priests.

File Details

12.0.7.35

  • R
  • Jun 26, 2026
  • 33.42 KB
  • 7
  • 12.0.7
  • Retail

File Name

AutoPIExtended-12.0.7.35.zip

Supported Versions

  • 12.0.7

AutoPI Extended

12.0.7.35 (2026-06-26)

Full Changelog Previous Releases

  • Fix goto/continue crash on load (Lua 5.1 compat) (#34)
    WoW's Lua runtime is 5.1, which doesn't support goto. The Shadow
    Priest exclusion in _ComputeCandidateScores used goto/continue
    which luajit accepted as an extension but WoW rejected with '='
    expected near 'continue', preventing the addon from loading at all.
    Replace with a plain if specID ~= 258 then ... end block.
    Co-authored-by: Claude Sonnet 4.6 noreply@anthropic.com