Send avatar type to client

also switch to lambda reference
This commit is contained in:
KingRainbow44
2023-04-18 15:56:19 -04:00
parent 361620de6d
commit de0217f435
2 changed files with 2 additions and 2 deletions

View File

@@ -1019,7 +1019,7 @@ public class Avatar {
.putAllSkillLevelMap(this.getSkillLevelMap())
.addAllInherentProudSkillList(this.getProudSkillList())
.putAllProudSkillExtraLevelMap(this.getProudSkillBonusMap())
.setAvatarType(1)
.setAvatarType(this.getAvatarType())
.setBornTime(this.getBornTime())
.setFetterInfo(avatarFetter)
.setWearingFlycloakId(this.getFlyCloak())