Set default avatar talent level to 10

This commit is contained in:
KingRainbow44 2023-05-15 03:26:29 -04:00
parent 8be18a6460
commit 639cbb481d
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -38,7 +38,7 @@ export async function grantAvatar(
avatar: number, avatar: number,
level = 90, level = 90,
constellations = 6, constellations = 6,
talents = 6 talents = 10
): Promise<CommandResponse> { ): Promise<CommandResponse> {
// Validate the numbers. // Validate the numbers.
if (invalid(avatar) || invalid(level) || invalid(constellations) || invalid(talents)) if (invalid(avatar) || invalid(level) || invalid(constellations) || invalid(talents))