lzx 1 dzień temu
rodzic
commit
7341f0f04d

+ 1 - 1
Assets/Scripts/GameUI/UI/HeroInformationPanel/HeroBreakthroughPanel.cs

@@ -177,7 +177,7 @@ namespace Fort23.Mono
                             // UIManager.Instance.ShowLastHindAllShowPanel();
                         }
 
-                        CombatController.ChangeState(CombatController.update);
+                        CombatDrive.Instance.CombatController.ChangeState(CombatController.update);
                     });
             });
         }