上传武馆修复

This commit is contained in:
liwei 2023-07-27 20:16:41 +08:00
parent 5f29818bea
commit 84a1152895

View File

@ -211,8 +211,8 @@ func (this *apiComp) Receive(session comm.IUserSession, req *pb.PracticeReceiveR
ants1[index].N++
}
}
room.Knapsack[pillar.Teacher].State = 0
}
room.Knapsack[pillar.Teacher].State = 0
}
if pconfigure != nil {
if pconfigure.Exp > 0 { //经验加成
@ -253,8 +253,8 @@ func (this *apiComp) Receive(session comm.IUserSession, req *pb.PracticeReceiveR
ants2[index].N++
}
}
room.Knapsack[pillar.Prop].State = 0
}
room.Knapsack[pillar.Prop].State = 0
}
}
this.module.Debug("最终经验加成", log.Field{Key: "exp", Value: exp}, log.Field{Key: "exp1", Value: exp1})