refactor: simplify CDC monitor and emergency filter logic by updating configuration indices and cleaning up unused data structures

This commit is contained in:
Bluewhale1337
2026-09-07 23:45:46 +02:00
parent 2af99cbc2b
commit a0b6e2f72d
3 changed files with 8 additions and 31 deletions
-5
View File
@@ -264,11 +264,6 @@ HealBot_ConfigDefaults = {
HealBot_Config = {};
--HealBot_EmergIncMelee = {};
--HealBot_EmergIncRange = {};
--HealBot_EmergIncHealers = {};
--HealBot_EmergIncCustom = {};
--HealBot_KeyCombo = {};
HealBot_HealsIn = {};
HealBot_Healers = {};
HealBot_UnitDebuff = {};