等级榜修改
This commit is contained in:
parent
5eeec8469f
commit
666cbf64eb
|
@ -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++
|
||||
|
|
Loading…
Reference in New Issue