File Details
v5.22.42
- R
- Apr 19, 2026
- 9.54 MB
- 12
- 12.0.1
- Retail
File Name
WeakAuras-v5.22.42.zip
Supported Versions
- 12.0.1
v5.22.42 (2026-04-19)
Highlights
Fix tainted boolean from IsZero() in restricted combat state
IsZero() on a LuaDurationObject returns a secret boolean that cannot be used in a boolean test when cooldowns are restricted. GetSpellCooldownDuration returns nil when the spell has no active cooldown (ready) and a non-nil object when on cooldown, so the nil check alone is sufficient.
Commits
Anoniomouse (1):
- Fix tainted boolean from IsZero() in restricted combat state