Quantcast

Fixed the special case Off-hand check.

pompachomp [10-27-09 - 16:53]
Fixed the special case Off-hand check.
Filename
ARLDatamine.lua
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