feat: Add Personal Auras module for tracking debuffs on the player
- Introduced a new module for Personal Auras that allows players to track selected debuffs on themselves in a movable frame. - Implemented functionality to manage tracked debuffs, including adding and removing spells. - Added options for configuring the appearance and behavior of the Personal Auras frame. - Updated the readme to include information about the new Personal Auras feature.
This commit is contained in:
@@ -42,8 +42,12 @@ Modules\Tracker\GroupTrackerFrames.lua
|
||||
Modules\Tracker\TrackerOptions.lua
|
||||
|
||||
# ────── AuraExpiry ───────────────────────────────────────────────────
|
||||
Modules\BuffEndingAnnouncer\BuffEndingAnnouncer.lua
|
||||
Modules\BuffEndingAnnouncer\BuffEndingAnnouncerOptions.lua
|
||||
Modules\AuraExpiry\AuraExpiry.lua
|
||||
Modules\AuraExpiry\AuraExpiryOptions.lua
|
||||
|
||||
# ────── PersonalAuras ────────────────────────────────────────────────
|
||||
Modules\PersonalAuras\PersonalAuras.lua
|
||||
Modules\PersonalAuras\PersonalAurasOptions.lua
|
||||
|
||||
# ────── MapOverlay ───────────────────────────────────────────────────
|
||||
Modules\MapOverlay\MapOverlayIconConfig.lua
|
||||
|
||||
Reference in New Issue
Block a user