4264 【前端】【1.2.0】如意、翅膀获取途径
| | |
| | | {
|
| | | ItemConfig config = Config.Instance.Get<ItemConfig>(itemId);
|
| | | int playerJob = PlayerDatas.Instance.baseData.Job;
|
| | | if (config == null || (!isCompare && compareSocre == score) || config.EquipPlace == 0 |
| | | if (config == null || (!isCompare && compareSocre == 0) || config.EquipPlace == 0 |
| | | || (score == compareSocre && compareSocre != 0) || (compareSocre <= 0 && (type == PackType.rptEquip || type == PackType.rptDogzEquip))) return 0;
|
| | |
|
| | | ItemModel model = playerPack.GetItemModelByGUID(guid);
|