File Details
Version 1.4.5
- R
- Dec 5, 2025
- 536.49 KB
- 9.2K
- 2.5.5+1
- Classic + 1
File Name
Version 1.4.5.zip
Supported Versions
- 2.5.5
- 1.15.8
## Version 1.4.5
### Changes
- Removed LibClassicDurations dependency entirely
- Now uses native TBC Classic `UnitAura()` API for seal duration tracking
- This fixes potential client crashes on TBC Classic PTR related to LibClassicDurations
### Technical Details
- TBC Classic Anniversary's native `UnitAura()` returns duration/expirationTime for player buffs
- LibClassicDurations was designed for Classic Era where this data was hidden
- Removed library loading from `core.lua` and `SwedgeTimer.toc`
- Updated `player.lua` to use native `UnitAura("player", counter)` instead of wrapper
- Modified `Libs/LibClassicDurations/core.lua` line 20 to allow `WOW_PROJECT_BURNING_CRUSADE_CLASSIC` in addition to `WOW_PROJECT_CLASSIC`
---