diff --git a/AmiyaBotPlayerRatingServer/GameLogic/CypherChallenge/CypherChallengeManager.cs b/AmiyaBotPlayerRatingServer/GameLogic/CypherChallenge/CypherChallengeManager.cs index b9d7181..4475ac1 100644 --- a/AmiyaBotPlayerRatingServer/GameLogic/CypherChallenge/CypherChallengeManager.cs +++ b/AmiyaBotPlayerRatingServer/GameLogic/CypherChallenge/CypherChallengeManager.cs @@ -98,6 +98,7 @@ public class CypherChallengeManager(ArknightsMemoryCache memoryCache, GameManage AnswerTime = DateTime.Now, IsAnswerCorrect = true, PlayerId = null, + CharacterProperties = lastQuestion.CharacterProperties, CharacterPropertiesResult = answers };