From 40c377affb3088ce47ab9ddac0553e877c0d3c6c Mon Sep 17 00:00:00 2001 From: torhal Date: Sun, 1 Nov 2009 06:37:56 +0000 Subject: [PATCH] In addon:ScanToolTip(): If the left-side text is "Projectile", flag as "Ammo". --- ARLDatamine.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 88530bf..f57df66 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1663,6 +1663,8 @@ do scan_data[text_l] = true elseif 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 end if text_r and ITEM_TYPES[text_r] then -- 1.7.9.5