Do auto-save when editing in character editor.

This commit is contained in:
blitzmann
2015-09-13 19:25:32 -04:00
parent b8d01d5ecb
commit f2b4400834
4 changed files with 52 additions and 34 deletions

View File

@@ -226,7 +226,6 @@ class Character(object):
return eos.db.getCharacter(charID).name
def new(self):
#@todo: seems setting skills on a new character doesn't trigger the dirty setting. Probably goes for character copy too
char = eos.types.Character("New Character")
eos.db.save(char)
return char.ID