This commit is contained in:
aozhiwei 2024-10-16 15:40:38 +08:00
parent 5bb52d4342
commit c75ad6e121

View File

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