Skip to content

v3.0.4

Choose a tag to compare

@github-actions github-actions released this 21 Aug 00:56
· 2 commits to main since this release

AhjCharacterPanel

v3.0.4 (2026-08-21)

Full Changelog Previous Releases

  • 3.0.4: fix versatility %, crit max-of-3, untaint stats setters
    • Versatility row now matches the paper doll formula: rating bonus
      (GetCombatRatingBonus) + non-rating bonus (GetVersatilityBonus); was
      showing only the non-rating portion (e.g. 3% instead of 7.69%).
    • Rating row tooltips labeled as rating bonus (CS_RatingBonus) so they
      aren't mistaken for the total stat.
    • Crit row mirrors Blizzard: max of melee/ranged/spell crit (spell crit
      = lowest across schools).
    • Stats setters hook via hooksecurefunc instead of overwriting globals;
      fixes 'execution tainted by AhjCharacterPanel' errors on secret values
      in restricted areas/combat. Speed row also gets two-decimal format.