| Core/GameEngine/Model/Player/Fairy/PlayerFairyData.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/Dogz/DogzPackWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/WindowJump/WindowJumpMgr.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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,//死亡复活打开背包