ElvUI/Core: Fix index nil on wiping vendor grays setting
This commit is contained in:
parent
5d772a0a7b
commit
708ff76106
1 changed files with 1 additions and 2 deletions
|
|
@ -1101,8 +1101,7 @@ function E:DBConversions()
|
|||
end
|
||||
|
||||
--Vendor Greys option removed
|
||||
if E.db.bags.vendorGrays.enable then
|
||||
E.db.bags.vendorGrays.enable = nil
|
||||
if E.db.bags.vendorGrays then
|
||||
E.db.general.vendorGrays = nil
|
||||
E.db.general.vendorGraysDetails = nil
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue