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