This commit is contained in:
aozhiwei 2024-10-16 11:36:53 +08:00
parent baa20f27a2
commit 5bb52d4342

View File

@ -656,7 +656,8 @@ func (this *player) SetBattling(state bool) {
} }
func (this *player) isLuckySymbolMap() bool { func (this *player) isLuckySymbolMap() bool {
return this.GetTeam().GetModeId() == 501 return true
// return this.GetTeam().GetModeId() == 501
} }
func newPlayer() *player { func newPlayer() *player {