Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | GemHoleCondition condition;
|
| | | if (TryGetGemHoleCondition(hole, out condition))
|
| | | {
|
| | | var starLimit = int.MaxValue;
|
| | | var starLimit = 0;
|
| | | if (GeneralDefine.equipStarLimit.ContainsKey(equip.config.ItemColor))
|
| | | {
|
| | | var itemLevelStars = GeneralDefine.equipStarLimit[equip.config.ItemColor];
|
| | |
| | | if (IsFashionDressUnlock(virtualEquipId)
|
| | | && virtualEquipId != equipId)
|
| | | {
|
| | | SendEquipPackage((int)PackType.InterimPack, virtualEquipId, (int)PackType.Equip, index);
|
| | | SendEquipPackage((int)PackType.InterimPack, virtualEquipId,
|
| | | (int)PackType.Equip, EquipPlaceMapConfig.GetServerPlace(0, index));
|
| | | }
|
| | | }
|
| | | else
|
| | | {
|
| | | if (equipId != 0)
|
| | | {
|
| | | SendEquipPackage((int)PackType.Equip, index, (int)PackType.InterimPack, 0);
|
| | | SendEquipPackage((int)PackType.Equip, EquipPlaceMapConfig.GetServerPlace(0, index), (int)PackType.InterimPack, 0);
|
| | | }
|
| | | }
|
| | | }
|