From d86d60476944c6846e608c2fde22a2d4ebbc30d4 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 26 Jun 2023 12:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=BB=B4=E4=BA=ACmanexp=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20=E4=B8=BB=E8=A7=92=E7=BB=8F=E9=AA=8C?= =?UTF-8?q?=E6=94=B9=E7=94=A8=E6=B6=88=E8=80=97=E4=BD=93=E5=8A=9B=E8=BD=AC?= =?UTF-8?q?=E6=8D=A2=E7=BB=8F=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/viking/api_challengeover.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/viking/api_challengeover.go b/modules/viking/api_challengeover.go index eca9cd0e8..1d450fcf6 100644 --- a/modules/viking/api_challengeover.go +++ b/modules/viking/api_challengeover.go @@ -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 }