Feature: add raid mark display to unit frames

Fix: resolve CDC configuration and color rendering issues
This commit is contained in:
Bluewhale1337
2026-09-05 17:08:58 +02:00
parent 6760e4e43d
commit b64e7070ba
8 changed files with 54 additions and 18 deletions
+14
View File
@@ -14,6 +14,20 @@ HealBot_Options_EmergencyFilter_List = {
HEALBOT_OPTIONS_MONITORCUSTOM,
}
HealBot_Options_CDCMonitor_List = {
HEALBOT_OPTIONS_MONITORNO,
HEALBOT_OPTIONS_MONITORALL,
HEALBOT_DRUID,
HEALBOT_HUNTER,
HEALBOT_MAGE,
HEALBOT_PALADIN,
HEALBOT_PRIEST,
HEALBOT_ROGUE,
HEALBOT_SHAMAN,
HEALBOT_WARLOCK,
HEALBOT_WARRIOR,
}
-- HealBot_Options_AddDebug: UI handler for AddDebug options panel.
function HealBot_Options_AddDebug(msg)
HealBot_AddDebug("Options: " .. msg);