Compare commits
2 Commits
bab26915f2
...
3b364a545e
Author | SHA1 | Date |
---|---|---|
|
3b364a545e | |
|
c3ff0dc8ef |
|
@ -117,14 +117,14 @@ func init() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//更新玩家等级排行榜
|
//更新玩家等级排行榜
|
||||||
mq.Write(&model.PlayerLevelInfo{
|
//mq.Write(&model.PlayerLevelInfo{
|
||||||
SnId: p.SnId,
|
// SnId: p.SnId,
|
||||||
Name: p.Name,
|
// Name: p.Name,
|
||||||
Level: p.Level,
|
// Level: p.Level,
|
||||||
Exp: p.Exp,
|
// Exp: p.Exp,
|
||||||
ModId: p.PlayerData.GetRoleId(),
|
// ModId: p.PlayerData.GetRoleId(),
|
||||||
Platform: p.Platform,
|
// Platform: p.Platform,
|
||||||
})
|
//})
|
||||||
//比赛场不处理下面的内容
|
//比赛场不处理下面的内容
|
||||||
if !scene.IsMatchScene() && !scene.IsCustom() {
|
if !scene.IsMatchScene() && !scene.IsCustom() {
|
||||||
// 破产检测
|
// 破产检测
|
||||||
|
|
Loading…
Reference in New Issue