back_recharge
duhui 2022-09-09 18:41:42 +08:00
parent 62151df478
commit 19573065db
2 changed files with 0 additions and 4 deletions

View File

@ -16,7 +16,6 @@ import com.ljsd.jieling.logic.activity.crossService.CrossServiceLogic;
import com.ljsd.jieling.logic.activity.event.NewWelfareEvent;
import com.ljsd.jieling.logic.activity.event.NewWelfareTypeEnum;
import com.ljsd.jieling.logic.activity.event.Poster;
import com.ljsd.jieling.logic.championship.ChampionshipLogic;
import com.ljsd.jieling.logic.dao.root.User;
import com.ljsd.jieling.logic.hero.HeroLogic;
import com.ljsd.jieling.logic.mission.GameEvent;

View File

@ -1572,9 +1572,6 @@ public class PlayerLogic {
case GlobalsDef.RENOWN_LV_UNLOCK:
cond = getRenownPrivilegeLv(user);
break;
case VipPrivilegeType.DAY_OF_ONE_GM_RECHARGE_MAX:
cond = user.getPlayerInfoManager().getGmRechargeMax();
break;
default:{
break;
}