| | |
| | | {
|
| | | if (PackType.Equip == arg1)
|
| | | {
|
| | | ItemModel itemModel = playerPack.GetItemModelByIndex(PackType.Equip, (int)RoleEquipType.retWing);
|
| | | ItemModel itemModel = playerPack.GetItemModelByIndex(PackType.Equip, (int)RoleEquipType.Wing);
|
| | | if (itemModel != null)
|
| | | {
|
| | | Close();
|
| | |
| | | _WingButton.WingBG.AddListener(() =>
|
| | | {
|
| | |
|
| | | ItemLogicUtility.Instance.PutOnItem(ItemWinBtnType.putIn, model.itemInfo.ItemGUID);
|
| | | ItemLogicUtility.Instance.PutOnItem(ItemOperateType.putIn, model.itemInfo.ItemGUID);
|
| | |
|
| | | //string strJob = tagItem.JobLimit.ToString();
|
| | | //if (_ReincarnationLv >= int.Parse(strJob.Substring(strJob.Length - 1, 1)))
|