Migrate the Save Character As dialog tot he same dialog / validator as the Edit Character Name (#1419)

This commit is contained in:
blitzmann
2018-02-23 23:25:11 -05:00
parent f69f76856a
commit e85d144928
3 changed files with 25 additions and 38 deletions

View File

@@ -253,6 +253,7 @@ class Character(object):
# revert old char
char.revertLevels()
return newChar.ID
@staticmethod
def revertCharacter(charID):