add not Item Equipped, not Spell Known, Race load options

This commit is contained in:
NoM0Re
2024-07-12 19:54:09 +02:00
parent b5b9a6f42d
commit 0d29781570
15 changed files with 77 additions and 3 deletions
+13
View File
@@ -840,6 +840,19 @@ for i, class in ipairs(CLASS_SORT_ORDER) do
WeakAuras.class_types[class] = string.format("|c%s%s|r", WA_GetClassColor(class), LOCALIZED_CLASS_NAMES_MALE[class])
end
WeakAuras.race_types = {
Human = "Human",
Orc = "Orc",
Dwarf = "Dwarf",
NightElf = "Night Elf",
Scourge = "Undead",
Tauren = "Tauren",
Gnome = "Gnome",
Troll = "Troll",
BloodElf = "Blood Elf",
Draenei = "Draenei",
}
Private.faction_group = {
Alliance = L["Alliance"],
Horde = L["Horde"],