排行榜里玩家头像 用玩家皮肤字段表示

This commit is contained in:
meixiongfeng 2023-07-18 17:33:23 +08:00
parent b81c5a7a74
commit 0ac9adff03
3 changed files with 4 additions and 4 deletions

View File

@ -133,7 +133,7 @@ func (this *Hunting) CheckRank(uid string, boosID int32, difficulty int32, repor
Difficulty: difficulty,
Bosstype: boosID,
Nickname: userinfo.Name,
Icon: "",
Icon: userinfo.CurSkin,
Lv: userinfo.Lv,
Leadpos: int32(Leadpos),
Line: szLine,

View File

@ -152,7 +152,7 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.PagodaChal
PagodaId: pagoda.PagodaId,
Type: pagoda.Type,
Nickname: userinfo.Name,
Icon: "",
Icon: userinfo.CurSkin,
Lv: userinfo.Lv,
Leadpos: leadpos,
Line: szLine,

View File

@ -153,7 +153,7 @@ func (this *Viking) CheckRank(uid string, boosID int32, difficulty int32, report
Difficulty: difficulty,
Bosstype: boosID,
Nickname: userinfo.Name,
Icon: "",
Icon: userinfo.CurSkin,
Lv: userinfo.Lv,
Leadpos: int32(Leadpos),
Line: szLine,
@ -342,7 +342,7 @@ func (this *Viking) CheckSeasonRank(uid string, boosID int32, difficulty int32,
Difficulty: difficulty,
Bosstype: boosID,
Nickname: userinfo.Name,
Icon: "",
Icon: userinfo.CurSkin,
Lv: userinfo.Lv,
Leadpos: leadpos,
Line: szLine,