lightweight tag 32669acbd504cd0c2eaf041fe132c75fc5ee590f v2026.04.29
Author:	BAThomp24 <bathomp24@gmail.com>
Date:	Wed Apr 29 13:06:36 2026 -0400

commit 32669acbd504cd0c2eaf041fe132c75fc5ee590f
Author: BAThomp24 <bathomp24@gmail.com>
Date:   Wed Apr 29 13:06:36 2026 -0400

    fix: hero detection, leveling button visibility, suppress popup without points
    
    - Suggest.lua: use C_ClassTalents.GetActiveHeroTalentSpec() for accurate
      hero talent detection in 12.0; removes guesswork fallback that caused
      suggestions to be suppressed or shown incorrectly
    - Leveling.lua: remove Pick Next button, keep only Pick All and Reset;
      auto-popup now suppressed when no talent points are available (manual
      toggle still works regardless)
    - UI.lua: leveling button now uses GetMaxPlayerLevel() instead of
      hardcoded 80, fixing visibility for 83+ characters
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

