From cde7bfd8889bccbd955448c6ca8a27c38ad46a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <1123993881@qq.com> Date: Tue, 23 May 2023 17:16:05 +0800 Subject: [PATCH] fix: fixed with PainFlare check in SMN. --- RotationSolver.Basic/Rotations/Basic/SMN_Base.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RotationSolver.Basic/Rotations/Basic/SMN_Base.cs b/RotationSolver.Basic/Rotations/Basic/SMN_Base.cs index 10a1f5bdb..81c9263f5 100644 --- a/RotationSolver.Basic/Rotations/Basic/SMN_Base.cs +++ b/RotationSolver.Basic/Rotations/Basic/SMN_Base.cs @@ -171,7 +171,7 @@ public override void DisplayStatus() public static IBaseAction PainFlare { get; } = new BaseAction(ActionID.PainFlare) { - ActionCheck = EnergyDrain.ActionCheck, + ActionCheck = Fester.ActionCheck, }; #endregion