From fd0b0a8d77cdacc3f060314dc5682946bc4f8331 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Tue, 27 Oct 2009 16:53:43 +0000 Subject: [PATCH] Fixed the special case Off-hand check. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 4cbecb8..8f882a2 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1657,7 +1657,7 @@ do -- Armor types if ITEM_TYPES[text_l] then scan_data[text_l] = true - elseif text_l == "Off Hand" or text_l == "Main Hand" then -- Special cases. + elseif text_l == "Off-hand" or text_l == "Main Hand" then -- Special cases. scan_data["One-Hand"] = true end -- 1.7.9.5