mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 04:09:29 +00:00
Added Total SP field calculated during API runs
This commit is contained in:
@@ -73,6 +73,8 @@ class EVEPlayerCharacter(EVEAPIModel):
|
||||
attrib_charisma = models.IntegerField("Charisma", blank=True, null=True)
|
||||
attrib_perception = models.IntegerField("Perception", blank=True, null=True)
|
||||
attrib_willpower = models.IntegerField("Willpower", blank=True, null=True)
|
||||
|
||||
total_sp = models.IntegerField("Total SP", blank=True, null=True)
|
||||
|
||||
objects = EVEPlayerCharacterManager()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user