from retail

This commit is contained in:
NoM0Re
2025-01-23 18:30:22 +01:00
parent 8dcb62ec81
commit e1e0744ecf
20 changed files with 433 additions and 81 deletions
+5 -3
View File
@@ -25,7 +25,8 @@ Private.glow_action_types = {
Private.glow_frame_types = {
UNITFRAME = L["Unit Frame"],
FRAMESELECTOR = L["Frame Selector"]
FRAMESELECTOR = L["Frame Selector"],
PARENTFRAME = L["Parent Frame"]
}
if WeakAuras.isAwesomeEnabled() then
Private.glow_frame_types.NAMEPLATE = L["Nameplate"]
@@ -159,7 +160,7 @@ Private.format_types = {
none = {
display = L["None"],
AddOptions = function() end,
CreateFormatter = function() end
CreateFormatter = function() return nil end
},
string = {
display = L["String"],
@@ -1849,7 +1850,8 @@ Private.string_operator_types = {
Private.weapon_types = {
["main"] = MAINHANDSLOT,
["off"] = SECONDARYHANDSLOT
["off"] = SECONDARYHANDSLOT,
["ranged"] = RANGEDSLOT,
}
Private.swing_types = {