表已修改,回滚

master_otnew
grimm 2024-01-02 11:45:27 +08:00
parent 5a5a82ea5a
commit 94a82e4d6e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}