| | |
| | | && inquiryConfig.ItemType.Length > 0)
|
| | | {
|
| | | itemTypes = new uint[inquiryConfig.ItemType.Length];
|
| | | Array.Copy(inquiryConfig.ItemType, itemTypes, inquiryConfig.ItemType.Length);
|
| | | for (int i = 0; i < inquiryConfig.ItemType.Length; i++)
|
| | | {
|
| | | itemTypes[i] = (uint)inquiryConfig.ItemType[i];
|
| | | }
|
| | | }
|
| | |
|
| | | uint[] specialItemIds = null;
|
| | |
| | | && inquiryConfig.SpecItemID.Length > 0)
|
| | | {
|
| | | specialItemIds = new uint[inquiryConfig.SpecItemID.Length];
|
| | | Array.Copy(inquiryConfig.SpecItemID, specialItemIds, inquiryConfig.SpecItemID.Length);
|
| | | for (int i = 0; i < inquiryConfig.SpecItemID.Length; i++)
|
| | | {
|
| | | specialItemIds[i] = (uint)inquiryConfig.SpecItemID[i];
|
| | | }
|
| | | }
|
| | |
|
| | | var pak = new CB510_tagCGQueryAuctionItem();
|