少年修仙传客户端代码仓库
client_Hale
2019-01-15 5c6a30d6752e10c7ecd3b655cfe1706a6874c450
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
4个文件已修改
15 ■■■■ 已修改文件
System/Dungeon/TargetBriefInfoWin.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FriendSystem/MailPanel.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/FBHelpPointExchageModel.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/New/FBHelpPointExchageNotify.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Dungeon/TargetBriefInfoWin.cs
@@ -246,10 +246,12 @@
        {
            if (_show)
            {
                if (_instanceId != currentPlayerInstanceId)
                var player = GAMgr.Instance.GetBySID(_instanceId) as GActorPlayerBase;
                if (_instanceId != currentPlayerInstanceId && player != null)
                {
                    currentPlayerInstanceId = _instanceId;
                    var player = GAMgr.Instance.GetBySID(currentPlayerInstanceId) as GActorPlayerBase;
                    m_ContainerPlayer.gameObject.SetActive(true);
                    m_ContainerBoss.gameObject.SetActive(false);
                    m_FairyGrabBossBuffTip.UnInit();
System/FriendSystem/MailPanel.cs
@@ -626,6 +626,8 @@
    public void SendAskReceive(string id)
    {
        MailInfo mailInfo = MailAllModel.Instance.GetMailInfo(id);
        if (mailInfo == null) return;
        int i = 0;
        int getBagItemCount = 0;
        int getRuneCount = 0;
System/KnapSack/FBHelpPointExchageModel.cs
@@ -184,7 +184,10 @@
            }
            int type = 0;
            bool isPush = storeModel.TryGetPushTypeByShopId(shopId, out type);
            SetLocalSaveData(type, shopId);
            if(isPush)
            {
                SetLocalSaveData(type, shopId);
            }
        }
        private void UpdateHelpPointShop(int shopId)
System/KnapSack/New/FBHelpPointExchageNotify.cs
@@ -30,6 +30,8 @@
        {
          
            StoreConfig storeConfig = Config.Instance.Get<StoreConfig>(ExchageModel.currentShopId);
            if (storeConfig == null) return;
            storeModel.SetJumpModel(StoreFunc.IntegralStore, ExchageModel.currentShopId);
            switch ((StoreFunc)storeConfig.ShopType)
            {