|
@@ -608,16 +608,6 @@ namespace GFGEditor
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- List<ShopCfg> bagTsyShopCfgs = ShopCfgArray.Instance.GetCfgsBymenu1Andmenu2(ConstStoreTabId.STORE_GIFT_BAG, ConstStoreSubId.STORE_GIFT_BAG_TSY);
|
|
|
|
- for (int i = 0; i < bagTsyShopCfgs.Count; i++)
|
|
|
|
- {
|
|
|
|
- if (CheckIsHasItem(itemId, greatestShopCfgs[i].itemId))
|
|
|
|
- {
|
|
|
|
- approachs.Add(ConstFunctionId.STORE + "=" + ConstStoreTabId.STORE_GIFT_BAG + "=" + ConstStoreSubId.STORE_GIFT_BAG_TSY);
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
List<ShopCfg> exchangetShopCfgs = ShopCfgArray.Instance.GetCfgsBymenu1Andmenu2(ConstStoreTabId.STORE_EXCHANGE, ConstStoreSubId.STORE_EXCHANGE_LEAGUE);
|
|
List<ShopCfg> exchangetShopCfgs = ShopCfgArray.Instance.GetCfgsBymenu1Andmenu2(ConstStoreTabId.STORE_EXCHANGE, ConstStoreSubId.STORE_EXCHANGE_LEAGUE);
|
|
for (int i = 0; i < exchangetShopCfgs.Count; i++)
|
|
for (int i = 0; i < exchangetShopCfgs.Count; i++)
|
|
{
|
|
{
|