make EXP computation match the client

This commit is contained in:
Martin Michelsen
2023-11-13 17:56:26 -08:00
parent 1ca0e928a4
commit a1b457a5e6
8 changed files with 155 additions and 132 deletions
+1 -1
View File
@@ -2744,7 +2744,7 @@ struct C_SetChallengeModeDifficulty_BB_03DF {
} __packed__;
struct C_SetChallengeModeEXPMultiplier_BB_04DF {
le_float exp_multiplier = 0;
le_float exp_multiplier = 1.0f;
} __packed__;
struct C_SetChallengeRankText_BB_05DF {