master_otnew
parent
58deda94fe
commit
9f07006ad2
|
@ -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"}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue