Set of improvements to tab behaviour, as well as bugfixes and finishing

up the char editor behaviour
This commit is contained in:
cncfanatics
2010-09-16 16:25:11 +02:00
parent 85148cb87f
commit 5bb8c6e04a
5 changed files with 58 additions and 15 deletions

View File

@@ -30,6 +30,11 @@ class Character():
return cls.instance
def all0ID(self):
all0 = eos.types.Character.getAll0()
eos.db.commit()
return all0.ID
def getCharacterList(self):
baseChars = [eos.types.Character.getAll0(), eos.types.Character.getAll5()]
# Flush incase all0 & all5 weren't in the db yet