Rollback edited skills
(charID)
| 267 | |
| 268 | @staticmethod |
| 269 | def revertCharacter(charID): |
| 270 | """Rollback edited skills""" |
| 271 | char = eos.db.getCharacter(charID) |
| 272 | char.revertLevels() |
| 273 | |
| 274 | @staticmethod |
| 275 | def getSkillGroups(): |
no test coverage detected