Implement FloatSpin as well as changing sec status via character editor
This commit is contained in:
@@ -279,6 +279,11 @@ class Character(object):
|
||||
char.alphaCloneID = cloneID
|
||||
eos.db.commit()
|
||||
|
||||
@staticmethod
|
||||
def setSecStatus(char, secStatus):
|
||||
char.secStatus = secStatus
|
||||
eos.db.commit()
|
||||
|
||||
@staticmethod
|
||||
def getSkillDescription(itemID):
|
||||
return eos.db.getItem(itemID).description
|
||||
|
||||
Reference in New Issue
Block a user