From 23be9f13394c651f59fa30972b571b3dfa33dd3d Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Sun, 30 Apr 2017 20:26:07 -0800 Subject: [PATCH] Collect character age --- Character.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Character.cs b/Character.cs index fa0e9f7..ecbaa18 100644 --- a/Character.cs +++ b/Character.cs @@ -294,7 +294,7 @@ internal static void GetCharacterInfo() req.AppendFormat("\"total_xp\":{0},", cf.TotalXP); req.AppendFormat("\"unassigned_xp\":{0},", cf.UnassignedXP); req.AppendFormat("\"skill_credits\":{0},", cf.SkillPoints); - + req.AppendFormat("\"age\":{0},", cf.Age); // Luminance XP