表已修改,回滚
parent
5a5a82ea5a
commit
94a82e4d6e
|
@ -718,7 +718,7 @@ public class EquipLogic {
|
|||
int tgLv = nowLv + upLv;
|
||||
|
||||
int limit = SSpecialConfig.getIntegerValue("EquipTalismanaUpperLimit");
|
||||
if (tgLv > 50){
|
||||
if (tgLv > limit){
|
||||
throw new ErrorCodeException(ErrorCode.LEVE_MAX, "法宝已到达最大等级:"+tgLv);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue