等级榜修改

This commit is contained in:
by 2024-05-08 18:07:07 +08:00
parent 5eeec8469f
commit 666cbf64eb
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ func CSPlayerLevelRank(s *netlib.Session, d *rankproto.GateTransmit, packetId in
Name: v.Name,
Level: v.Level,
ModId: v.ModId,
Rank: i,
Rank: i + start,
}
ranks = append(ranks, r)
i++