Quantcast

woot

Darthpred [08-08-14 - 20:06]
woot
Filename
ElvUI_SLE/modules/loot.lua
diff --git a/ElvUI_SLE/modules/loot.lua b/ElvUI_SLE/modules/loot.lua
index 5621ee2..f44d484 100644
--- a/ElvUI_SLE/modules/loot.lua
+++ b/ElvUI_SLE/modules/loot.lua
@@ -147,7 +147,7 @@ local function HandleRoll(event, id)
 			if quality ~= 7 and matchItemLevel < ilvl then return end
 		end
 	end
-	if quality == 2 then --ITEM_QUAILTY_UNCOMMON then
+	if quality == LE_ITEM_QUALITY_UNCOMMON then
 		if db.autode and disenchant then
 			RollOnLoot(id, 3)
 		else