hch
2025-12-31 4debfee66e8d8aabd179e2f8a61c7ca5ce62af3d
Main/System/Store/StoreModel.cs
@@ -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: 每日特惠-每周礼包免费
}