|
@@ -598,7 +598,6 @@ namespace GFGEditor
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
List<ShopCfg> greatestShopCfgs = ShopCfgArray.Instance.GetCfgsBymenu1Andmenu2(ConstStoreTabId.STORE_GIFT_BAG, ConstStoreSubId.STORE_GIFT_BAG_GREATEST);
|
|
List<ShopCfg> greatestShopCfgs = ShopCfgArray.Instance.GetCfgsBymenu1Andmenu2(ConstStoreTabId.STORE_GIFT_BAG, ConstStoreSubId.STORE_GIFT_BAG_GREATEST);
|
|
for (int i = 0; i < greatestShopCfgs.Count; i++)
|
|
for (int i = 0; i < greatestShopCfgs.Count; i++)
|
|
{
|
|
{
|
|
@@ -609,6 +608,16 @@ 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++)
|
|
{
|
|
{
|