17,105
edits
m (Amend indentation) |
(Exclude Golbin raid exclusive equipment (for now)) |
||
Line 302: | Line 302: | ||
local itemList = Items.getItems(function(item) | local itemList = Items.getItems(function(item) | ||
-- Exclude Golbin raid exclusives for now, such that they don't | |||
-- pollute various equipment tables | |||
if item.golbinRaidExclusive ~= nil and item.golbinRaidExclusive then | |||
return false | |||
end | |||
local isMatch = true | local isMatch = true | ||
if style == 'Melee' then | if style == 'Melee' then |