Fix bug with character update through API
Thanks to Dennovin for spotting this
This commit is contained in:
@@ -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[:]
|
||||
|
||||
Reference in New Issue
Block a user