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)