File Details
1.2.1
- R
- May 2, 2026
- 50.68 KB
- 53
- 12.0.5
- Retail
File Name
PrePullNotes.zip
Supported Versions
- 12.0.5
v1.2.2
Fixed - Fix combat taint: replaced ChatThrottleLib with addon-owned throttled send queue. CTL's internal OnUpdate pipe could hold messages across the out-of-combat → in-combat boundary, causing blocked actions in the taint log. The new queue checks
InCombatLockdown() before every individual send and pauses automatically during combat. - Messages clicked just before a pull are no longer silently dropped — they queue and send after combat ends.
- Added combat notification when the queue pauses mid-send (e.g. clicking a boss button right as combat starts).
Changed - Removed ChatThrottleLib dependency — the addon no longer requires any external libraries.