master_otnew
grimm 2023-12-30 15:30:09 +08:00
parent 58deda94fe
commit 9f07006ad2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"version":"8",
"version":"9",
"classes":[
{"name":"CBean2Proto.class","fullName":"com.ljsd.jieling.util.CBean2Proto"},
{"name":"EquipLogic.class","fullName":"com.ljsd.jieling.logic.equip.EquipLogic"}

View File

@ -718,7 +718,7 @@ public class EquipLogic {
int tgLv = nowLv + upLv;
int limit = SSpecialConfig.getIntegerValue("EquipTalismanaUpperLimit");
if (tgLv > limit){
if (tgLv > 50){
throw new ErrorCodeException(ErrorCode.LEVE_MAX, "法宝已到达最大等级:"+tgLv);
}