Add support for new stats stuff, cvar changes, and auto vendoring. (#30)
* Enhanced/CharacterFrame: Add new stat tooltips * Enhanced/CharacterFrame: crit is a percent of base crit * Enhanced/CharacterSheet: Update to use new cvar * ElvUI/Merchant: Remove auto sell gray / auto repair. Client handles these now.
This commit is contained in:
@@ -99,13 +99,6 @@ local function CreateBagsConfig()
|
||||
get = function(info) return E.global.profileCopy.bags[info[#info]] end,
|
||||
set = function(info, value) E.global.profileCopy.bags[info[#info]] = value end
|
||||
}
|
||||
config.args.vendorGrays = {
|
||||
order = 5,
|
||||
type = "toggle",
|
||||
name = L["Vendor Grays"],
|
||||
get = function(info) return E.global.profileCopy.bags[info[#info]] end,
|
||||
set = function(info, value) E.global.profileCopy.bags[info[#info]] = value end
|
||||
}
|
||||
|
||||
return config
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user