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,6 +570,8 @@ Guild = 2, //2:公会 Hero = 3, //3:将魂 OSHeroCall = 4, //4:开服招募礼包 OSGalaChange = 5, //5:开服庆典兑换 OSGalaGift = 6, //6:开服庆典礼包 }