#43555 任务 【梦工场系统】 <-后端-> 【三消】 - 玩家技能消除不会增长进度条问题

This commit is contained in:
meixiongfeng 2024-01-12 16:07:32 +08:00
parent 025ba19b9d
commit 716171eb43

View File

@ -1299,7 +1299,7 @@ func (this *MapData) HitElem(color int32, curid int32) (szMap []*pb.MapData) {
szMap = append(szMap, &pb.MapData{
Data: this.GetPalatData(),
CurSocre: curScore,
CurEnergy: 0,
CurEnergy: energy,
})
}
sz, _ := this.CheckMap(color, false)