mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-09-11 09:50:21 +00:00
Feature: add raid mark display to unit frames
Fix: resolve CDC configuration and color rendering issues
This commit is contained in:
@@ -45,9 +45,9 @@ function HealBot_WarningSound_OnClick(this,id)
|
||||
end
|
||||
-- HealBot_Options_CDCMonitor_DropDown: UI handler for DropDown options panel.
|
||||
function HealBot_Options_CDCMonitor_DropDown()
|
||||
for i=1, getn(HealBot_Options_EmergencyFilter_List), 1 do
|
||||
for i=1, getn(HealBot_Options_CDCMonitor_List), 1 do
|
||||
local info = {};
|
||||
info.text = HealBot_Options_EmergencyFilter_List[i];
|
||||
info.text = HealBot_Options_CDCMonitor_List[i];
|
||||
info.func = HealBot_Options_CDCMonitor_OnSelect;
|
||||
UIDropDownMenu_AddButton(info);
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user