From a346e87aebe89bd8341f9e2537b942665dda5f97 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Mon, 2 Nov 2009 03:34:17 +0000 Subject: [PATCH] Instead of checking for "Off-hand", check for "Held In Off-hand" --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 9fb5049..b7f2350 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1661,7 +1661,7 @@ do -- Armor types if ITEM_TYPES[text_l] then scan_data[text_l] = true - elseif text_l == "Off-hand" or text_l == "Off Hand" or text_l == "Main Hand" then -- Special cases. + elseif text_l == "Held In Off-hand" or text_l == "Off Hand" or text_l == "Main Hand" then -- Special cases. scan_data["One-Hand"] = true elseif text_l == "Projectile" then scan_data["Ammo"] = true -- 1.7.9.5