Fix bug with character update through API

Thanks to Dennovin for spotting this
This commit is contained in:
DarkPhoenix
2013-07-30 00:59:47 +04:00
parent bc592eaabe
commit 96bb1b197e

View File

@@ -126,7 +126,7 @@ class Character(object):
return
sheet = auth.character(charID).CharacterSheet()
apiUpdateCharSheet(sheet)
self.apiUpdateCharSheet(sheet)
def apiUpdateCharSheet(self, sheet):
del self.__skills[:]