Filename | |
---|---|
ElvUI_SLE/modules/loot.lua |
diff --git a/ElvUI_SLE/modules/loot.lua b/ElvUI_SLE/modules/loot.lua index 5afa7c4..2c370ba 100644 --- a/ElvUI_SLE/modules/loot.lua +++ b/ElvUI_SLE/modules/loot.lua @@ -153,7 +153,7 @@ local function HandleRoll(event, id) if db.autode and disenchant then RollOnLoot(id, 3) else - RollOnLoot(id, db.autoqlty) + RollOnLoot(id, 2) end end end