上传武馆修复
This commit is contained in:
parent
5f29818bea
commit
84a1152895
@ -211,8 +211,8 @@ func (this *apiComp) Receive(session comm.IUserSession, req *pb.PracticeReceiveR
|
|||||||
ants1[index].N++
|
ants1[index].N++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
room.Knapsack[pillar.Teacher].State = 0
|
|
||||||
}
|
}
|
||||||
|
room.Knapsack[pillar.Teacher].State = 0
|
||||||
}
|
}
|
||||||
if pconfigure != nil {
|
if pconfigure != nil {
|
||||||
if pconfigure.Exp > 0 { //经验加成
|
if pconfigure.Exp > 0 { //经验加成
|
||||||
@ -253,8 +253,8 @@ func (this *apiComp) Receive(session comm.IUserSession, req *pb.PracticeReceiveR
|
|||||||
ants2[index].N++
|
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})
|
this.module.Debug("最终经验加成", log.Field{Key: "exp", Value: exp}, log.Field{Key: "exp1", Value: exp1})
|
||||||
|
Loading…
Reference in New Issue
Block a user