少年修仙传客户端代码仓库
client_Zxw
2018-08-14 d28548278f85264f60f973cb097f28c24f99e4b5
单号【2503】坐骑红点BUG
2个文件已修改
4 ■■■ 已修改文件
System/DailyQuest/ResourcesBackPanel.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Mount/PlayerMountDatas.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/DailyQuest/ResourcesBackPanel.cs
@@ -211,8 +211,6 @@
                    }
                }
            });
            DesignDebug.LogError("一键仙玉");
        }
        private void FindAKeyFairyJade()//一键找仙玉
        {
System/Mount/PlayerMountDatas.cs
@@ -120,7 +120,7 @@
                Redpoint redPointMountStare = new Redpoint(Redpoint_key1, RedPoint_Mountkey);
                mountRedpoint.Add(mountID, redPointMountStare);
                int RedPoint_Mountkey1 = MainRedDot.RedPoint_MountPackKey * 10 + type;
                int RedPoint_Mountkey1 = RedPoint_Mountkey * 10 + type;
                Redpoint redPointMountStare1 = new Redpoint(RedPoint_Mountkey, RedPoint_Mountkey1);
                DeblockingRedPoint.Add(mountID, redPointMountStare1);