Fix broken tests for gatherNames

This commit is contained in:
Andrew Miner
2015-01-10 12:13:43 -08:00
parent 9756f1f045
commit 9970b92157
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ module.exports = class ModVersion extends BaseModel
for slug, item of @items
continue if result[item.slug]
if item.isGatherable
if not item.isCraftable
continue unless options.includeGatherable
result[item.slug] = value:item.name, label:"#{item.name} (from #{@name} #{@version})"