积分boss 负面buff技能等级为1级
This commit is contained in:
parent
49e12ca023
commit
23280cf81f
@ -1275,13 +1275,12 @@ func (this *modelBattleComp) createAddDebuffPve(session comm.IUserSession, conn
|
||||
for _, key := range dibuff {
|
||||
sz = append(sz, &pb.DySkillData{
|
||||
SkillID: key,
|
||||
SkillLv: 0,
|
||||
SkillLv: 1, //不纠结 积分boss debuff技能等级只能是1级
|
||||
Param: 0,
|
||||
})
|
||||
}
|
||||
v1.BattleBeforeSkill = append(v1.BattleBeforeSkill)
|
||||
}
|
||||
|
||||
}
|
||||
record.Buleflist[i] = &pb.DBBattleFormt{
|
||||
Leadpos: captain,
|
||||
|
Loading…
Reference in New Issue
Block a user