| | |
| | | ItemConfig tagChinItem = null;
|
| | | //for (i = 0; i < mailInfo.Count; i++)
|
| | | //{
|
| | | // tagChinItem = Config.Instance.Get<ItemConfig>((int)mailInfo.Items[i].ItemID);
|
| | | // tagChinItem = ItemConfig.Get((int)mailInfo.Items[i].ItemID);
|
| | | // if (tagChinItem != null)
|
| | | // {
|
| | | // var packType = GeneralDefine.GetPackTypeByItemType(tagChinItem.Type);
|
| | |
| | |
|
| | | for (i = 0; i < mailInfo.Count; i++)
|
| | | {
|
| | | tagChinItem = Config.Instance.Get<ItemConfig>((int)mailInfo.Items[i].ItemID);
|
| | | tagChinItem = ItemConfig.Get((int)mailInfo.Items[i].ItemID);
|
| | | if (tagChinItem != null)
|
| | | {
|
| | | var packType = GeneralDefine.GetPackTypeByItemType(tagChinItem.Type);
|