移除维京manexp 字段 主角经验改用消耗体力转换经验

This commit is contained in:
meixiongfeng 2023-06-26 12:06:20 +08:00
parent 29e3ddcfa7
commit d86d604769

View File

@ -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
}