拜访优化

This commit is contained in:
hahwu 2025-09-09 18:09:40 +08:00
parent 40becaa198
commit 41fe5c1c2c

View File

@ -775,7 +775,7 @@ func GetVisitorPlayer(p *Player) int {
continue
}
PlayerSimpleData := G_GameLogicPtr.GetSimplePlayerByUid(v.Uid)
if PlayerSimpleData.Level < 6 {
if PlayerSimpleData.Level < 15 {
continue
}
PlayerList4 = append(PlayerList4, v.Uid)