Kelsidavis-WoWee/src/addons
Kelsi 1d7eaaf2a0 fix: compute aura expirationTime for addon countdown timers
The expirationTime field (7th return value of UnitBuff/UnitDebuff/UnitAura)
was hardcoded to 0. Now returns GetTime() + remaining seconds, matching
WoW's convention where addons compute remaining = expirationTime - GetTime().
Enables buff/debuff timer addons like OmniCC and WeakAuras.
2026-03-20 18:00:57 -07:00
..
addon_manager.cpp feat: add /reload command to re-initialize addon system 2026-03-20 16:17:04 -07:00
lua_engine.cpp fix: compute aura expirationTime for addon countdown timers 2026-03-20 18:00:57 -07:00
toc_parser.cpp feat: add SavedVariables persistence for Lua addons 2026-03-20 12:22:50 -07:00