feat(leaderboard): missions & guilds leaderboard #1338
@ -317,7 +317,8 @@ export const updateStats = async (accountOwnerId: string, payload: IStatsUpdate)
|
||||
race,
|
||||
accountOwnerId,
|
||||
payload.displayName,
|
||||
highScore
|
||||
highScore,
|
||||
payload.guildId
|
||||
Sainan marked this conversation as resolved
Outdated
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user
You should revert this change, it is not correct or faithful.
K-drive races have clans leaderboard in ESC menu
But not for clan tiers I mean. Also, the
guildId
is undefined in the upload request for K-Drive races, so this is wrong either way.They have buttons for that leaderboards but seams missing

guildId
is bugYeah exactly. Then again, maybe the bug is in the way the client sends the request...