移除维京manexp 字段 主角经验改用消耗体力转换经验
This commit is contained in:
parent
29e3ddcfa7
commit
d86d604769
@ -140,7 +140,7 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.VikingChal
|
||||
res = append(res, v)
|
||||
}
|
||||
}
|
||||
res = append(res, vikingCfg.Manexp...) //给玩家加经验
|
||||
|
||||
if errdata, atno = this.module.DispenseAtno(session, res, true); errdata != nil {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user