feat: Remove Personal Auras module and related options from the addon

- Deleted Personal Auras module files and options
- Updated localization files to remove references to Personal Auras
- Adjusted README to reflect the removal of Personal Auras functionality
This commit is contained in:
Torsten Brendgen
2026-04-15 18:26:30 +02:00
parent 649d93a455
commit dca24c77c9
8 changed files with 2 additions and 1042 deletions

View File

@@ -1982,15 +1982,6 @@ function HMGT_Config:Initialize()
modulesGroup.args.buffEnding = buffEndingGroup
end
local personalAurasGroup = BuildNamedModuleGroup(
"personalAuras",
L["OPT_MODULE_PERSONAL_AURAS"] or "Personal Auras",
25
)
if personalAurasGroup then
modulesGroup.args.personalAuras = personalAurasGroup
end
local mapOverlayGroup = BuildNamedModuleGroup(
"map.overlay",
L["OPT_MODULE_MAP_OVERLAY"] or "Map Overlay",