fix: auto sell junk items

This commit is contained in:
Vati
2026-02-28 04:13:23 +04:00
parent 4fdd2ea052
commit 88ce45b045
6 changed files with 190 additions and 3 deletions
+6
View File
@@ -130,6 +130,12 @@ function DB:Initialize()
if Guda_CharDB.settings.markEquipmentSets == nil then
Guda_CharDB.settings.markEquipmentSets = true
end
if Guda_CharDB.settings.autoVendorJunk == nil then
Guda_CharDB.settings.autoVendorJunk = true
end
if Guda_CharDB.settings.whiteItemsJunk == nil then
Guda_CharDB.settings.whiteItemsJunk = false
end
-- Initialize CategoryManager for custom categories
if addon.Modules.CategoryManager then