back_recharge
duhui 2023-02-20 11:08:32 +08:00
parent 17c2291269
commit ac75bdc9e9
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ public class StrongthenFaxiangEquipHandler extends BaseHandler<PlayerInfoProto.S
@Override
public void processWithProto(ISession iSession, PlayerInfoProto.StrongthenFaxiangEquipRequest proto) throws Exception {
EquipLogic.getInstance().strongthenFaxiangEquip(iSession,proto.getFaxiangID(), proto.getTargetLv(), proto.getAction());
EquipLogic.getInstance().strongthenFaxiangEquip(iSession,proto.getFaxiangID(), proto.getTargetLv(), proto.getAction(),proto.getCostIDList());
}
}