From 901484252dfd839cd0076c02b432360ee9910b6f Mon Sep 17 00:00:00 2001 From: yushunrui <364203175@qq.com> Date: Sat, 16 Dec 2023 15:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E6=9D=80=E4=BB=A4=E7=BB=8F=E9=AA=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_s2c/event/zhanling/ApiBuyLv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api_s2c/event/zhanling/ApiBuyLv.ts b/src/api_s2c/event/zhanling/ApiBuyLv.ts index f0485da..589b44e 100644 --- a/src/api_s2c/event/zhanling/ApiBuyLv.ts +++ b/src/api_s2c/event/zhanling/ApiBuyLv.ts @@ -20,7 +20,7 @@ export default async function (call: ApiCall) { let change: ResBuyLv['change'] = {}; change.lv = data.lv + lv; - change.exp = G.gc.zhanling.lv[change.lv]; + change.exp = data.exp + 1000 G.mongodb.cEvent('zhanling').updateOne( { uid: call.uid, type: 'zhanling' },