From bae601eee39aed8b0324c46c1893f2d32aea018d Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 23 Dec 2024 21:00:40 +0800 Subject: [PATCH] 50000000000 --- LogicServer/data/functions/CommonFunc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/data/functions/CommonFunc.lua b/LogicServer/data/functions/CommonFunc.lua index c671338..2e71544 100755 --- a/LogicServer/data/functions/CommonFunc.lua +++ b/LogicServer/data/functions/CommonFunc.lua @@ -291,7 +291,7 @@ end --支持大于21亿的exp function AddExpToActor(sysarg, exp, logId ) --print("AddExpToActor, exp="..exp) - local expLimit = 2100000000 + local expLimit = 50000000000 if exp <= expLimit then Actor.addExp(sysarg, exp, logId, 0) else