活动日志优化

This commit is contained in:
hahwu 2025-10-23 11:11:18 +08:00
parent f4fded038b
commit 6b64677a12

View File

@ -2912,7 +2912,7 @@ func ReqChampshipRankReward(player *Player, buf []byte) error {
}) })
return err return err
} }
if MyLastRank >= 5 { if MyLastRank <= 5 {
FriendMod := player.PlayMod.getFriendMod() FriendMod := player.PlayMod.getFriendMod()
FriendMod.AddActLog(friend.ACT_LOG_TYPE_GET_CHAMPIONSHIP_RANK, GoUtil.String(MyLastRank)) FriendMod.AddActLog(friend.ACT_LOG_TYPE_GET_CHAMPIONSHIP_RANK, GoUtil.String(MyLastRank))
} }