| System/Mount/MountPanelAssignment.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/Mount/MountWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Mount/MountPanelAssignment.cs
@@ -150,9 +150,17 @@ SoundPlayer.Instance.PlayUIAudio(19); ToAddSorting(); allPetSkillCtrl.m_Scorller.RefreshActiveCellViews(); if (pitchOnHorseID != 0 && pitchOnHorseID!= _HorseID) { PanelAssignment(pitchOnHorseID); } else { PanelAssignment(_HorseID); } } private void OnClickDeblockingButton() { FuncConfigConfig _tagfun = ConfigManager.Instance.GetTemplate<FuncConfigConfig>("HorseUpItem"); System/Mount/MountWin.cs
@@ -329,7 +329,7 @@ IEnumerator SwitchDelay( int horseId) { yield return new WaitForSeconds(0.3f); yield return new WaitForSeconds(0.2f); signHorseID = horseId; m_ScrollerController.m_Scorller.RefreshActiveCellViews();//刷新可见 }