File Details
v1.0.7
- R
- Mar 23, 2026
- 7.59 KB
- 13
- 12.0.1
- Retail
File Name
Cancelation-v1.0.7.zip
Supported Versions
- 12.0.1
Cancelation
v1.0.7 (2026-03-23)
- Only suppress taint errors in pcall, surface real bugs
Filter pcall errors so only taint-related errors are silenced. Forward
any other errors to geterrorhandler() so real bugs remain visible in
error addons like BugSack. - Catch taint errors during combat transition with pcall
CancelUnitBuff taints the addon's execution context. When a timer
callback fires during the narrow window where combat is starting but
InCombatLockdown() hasn't flipped yet, comparing auraData.spellId
throws a taint error. Wrap the aura scan in pcall so these are caught
gracefully instead of spamming errors.