mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-13 04:37:45 +08:00
Fix avatar type values
This commit is contained in:
parent
de0217f435
commit
75f163f704
@ -1298,8 +1298,8 @@ public class Avatar {
|
||||
@AllArgsConstructor
|
||||
@Getter
|
||||
enum Type {
|
||||
NORMAL(0),
|
||||
TRIAL(1);
|
||||
NORMAL(1),
|
||||
TRIAL(2);
|
||||
|
||||
final int number;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user