back_recharge
parent
17c2291269
commit
ac75bdc9e9
|
@ -14,6 +14,6 @@ public class StrongthenFaxiangEquipHandler extends BaseHandler<PlayerInfoProto.S
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void processWithProto(ISession iSession, PlayerInfoProto.StrongthenFaxiangEquipRequest proto) throws Exception {
|
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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue