add clone grades to the client extraction list

This commit is contained in:
blitzman
2016-12-11 20:27:27 -05:00
parent 191a065de1
commit 90c1033437
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ class Character(object):
for skill in self.__skills:
self.__skillIdMap[skill.itemID] = skill
self.dirtySkills = set()
if self.alphaClone:
self.alphaClone = eos.db.getAlphaClone(self.alphaClone)

View File

@@ -80,7 +80,7 @@ if not args.nojson:
list = "dgmexpressions,dgmattribs,dgmeffects,dgmtypeattribs,dgmtypeeffects,"\
"dgmunits,invcategories,invgroups,invmetagroups,invmetatypes,"\
"invtypes,mapbulk_marketGroups,phbmetadata,phbtraits,fsdTypeOverrides,"\
"evegroups,evetypes,evecategories,mapbulk_marketGroups"
"evegroups,evetypes,evecategories,mapbulk_marketGroups,clonegrades"
FlowManager(miners, writers).run(list, "en-us")