少年修仙传客户端代码仓库
client_linchunjie
2019-03-28 98279f223c5d0e148d6ef7505920e11f737fca86
6406 拍卖行仙盟
2个文件已修改
16 ■■■■ 已修改文件
System/FairyAu/FairyApplyWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/FairyModel.cs 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/FairyApplyWin.cs
@@ -222,7 +222,7 @@
            var auctionModel = ModelCenter.Instance.GetModel<AuctionInquiryModel>();
            if (!auctionModel.IsFamilyQuit())
            {
                SysNotifyMgr.Instance.ShowTip("ExitFairyError_Auction");
                SysNotifyMgr.Instance.ShowTip("Paimai8");
                return;
            }
System/FairyAu/FairyModel.cs
@@ -113,10 +113,18 @@
        #region 发包
        public void SendKickFairy(uint playerID)
        {
            C0F09_tagCDeleteFamilyMember kickPack = new C0F09_tagCDeleteFamilyMember();
            kickPack.MemberID = playerID;
            GameNetSystem.Instance.SendInfo(kickPack);
            var auctionModel = ModelCenter.Instance.GetModel<AuctionInquiryModel>();
            if (!auctionModel.IsFamilyQuit((int)playerID))
            {
                SysNotifyMgr.Instance.ShowTip("Paimai7");
                return;
            }
            var pak = new C0F09_tagCDeleteFamilyMember();
            pak.MemberID = playerID;
            GameNetSystem.Instance.SendInfo(pak);
        }
        public void SendApplyFairy(uint id)
        {
            int limit = FuncOpenLVConfig.Get((int)FuncOpenEnum.Fairy).LimitLV;