File Details
Wick's Totems and Things v0.3.7
- R
- May 8, 2026
- 631.08 KB
- 7
- 2.5.5
- Classic TBC
File Name
WicksTotemsAndThings-v0.3.7.zip
Supported Versions
- 2.5.5
Critical fix: proc floater crash
findAura was reading the buff stack count from the wrong position of the UnitBuff / UnitDebuff return tuple. TBC Anniversary 2.5.5 dropped the legacy rank slot, so count lives at position 3 now (was position 4). With the old indexing, count was actually the debuffType string ("Magic", "Curse", etc.), which made the proc-floater refresh throw attempt to compare number with string at if count > 1 then and spam BugSack thousands of times per session.
Fixed the shared findAura helper in CooldownTracker.lua. Added tonumber() defensive wraps so a future signature change cannot silently break the comparison again.
Stack-count text on proc floaters (Flurry, Maelstrom, Lightning Shield charge counts, etc.) now displays correctly again.

