少年修仙传客户端代码仓库
client_Hale
2019-06-29 aabbfee8c149cd91c8a5c9ebd5578706da6817be
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
3个文件已修改
11 ■■■■■ 已修改文件
Core/GameEngine/Model/Player/Fairy/PlayerFairyData.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Dogz/DogzPackWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/WindowJump/WindowJumpMgr.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Player/Fairy/PlayerFairyData.cs
@@ -22,6 +22,7 @@
    {
        get { return _storeModel ?? (_storeModel = ModelCenter.Instance.GetModel<StoreModel>()); }
    }
    public FairyData fairy = null;
    public FairyMember mine = null;
    public event Action OnRefreshFairyInfo;
@@ -260,6 +261,11 @@
    {
        if (vNetData.FamilyNameLen > 0)
        {
            if (fairy == null)
            {
                fairy = new FairyData();
            }
            if (mine != null)
            {
                mine.FamilyLV = vNetData.FamilyMemberLV;
System/Dogz/DogzPackWin.cs
@@ -261,7 +261,7 @@
        private void GetEquipBtn()
        {
            //--界面跳转
            WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.DogzDungeon);
            WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.CrossServerBoss);
        }
System/WindowJump/WindowJumpMgr.cs
@@ -390,12 +390,10 @@
            case JumpUIType.JadeDynastyBoss290:
                SetJumpLogic<FindPreciousFrameWin>(_tagWinSearchModel.TABID);
                break;
            case JumpUIType.DogzDungeon:
            case JumpUIType.FairyGrabBoss:
                SetJumpLogic<LootPreciousFrameWin>(_tagWinSearchModel.TABID);
                break;
            case JumpUIType.LootPreciousFrameSpec:
                DemonJarWin.guideChallenge = true;
                SetJumpLogic<LootPreciousFrameWin>(_tagWinSearchModel.TABID);
                break;
            case JumpUIType.BlastFurnaceFunc1:
@@ -1517,7 +1515,6 @@
    RuneTower = 99,//符印塔
    WelfareFunc1 = 102, //签到
    WelfareFunc2 = 103,  //祈愿
    DogzDungeon = 242, //异兽之地
    SystemSettingFunc1 = 109,//挂机设置
    RebornOpenBag = 113,//死亡复活打开背包