hch
2026-02-02 04ffe31b6a2b2fbcfecc83abb44a8aa233f2e53f
Main/System/Store/StoreModel.cs
@@ -29,7 +29,7 @@
    public event Action RefreshShopEvent;
    public StoreFunc selectStoreFuncType = StoreFunc.Normal;
    public int jumpShopID;
    public int buyShopID;
@@ -557,7 +557,7 @@
        int state = GetShopIDState(shopID);
        if (state == 1 || state == 3)
        {
            SysNotifyMgr.Instance.ShowTip(StringUtility.Contact("StoreTip", state));
            SysNotifyMgr.Instance.ShowTip(StringUtility.Concat("StoreTip", state.ToString()));
            return false;
        }
        return true;
@@ -570,7 +570,12 @@
    Guild = 2, //2:公会
    Hero = 3, //3:将魂
    OSHeroCall = 4, //4:开服招募礼包
    OSGalaChange = 5, //5:开服庆典兑换
    OSGalaGift = 6, //6:开服庆典礼包
    SpecialStore = 7, //7:特惠商城
    DailySpecialsFree = 8, //8: 每日特惠-每日特惠免费
    DailyGiftFree = 9, //9: 每日特惠-每日礼包免费
    WeeklyGiftFree = 10, //10: 每日特惠-每周礼包免费
}