mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-23 23:53:21 +08:00
Set default avatar talent level to 10
This commit is contained in:
parent
8be18a6460
commit
639cbb481d
@ -38,7 +38,7 @@ export async function grantAvatar(
|
||||
avatar: number,
|
||||
level = 90,
|
||||
constellations = 6,
|
||||
talents = 6
|
||||
talents = 10
|
||||
): Promise<CommandResponse> {
|
||||
// Validate the numbers.
|
||||
if (invalid(avatar) || invalid(level) || invalid(constellations) || invalid(talents))
|
||||
|
Loading…
Reference in New Issue
Block a user