File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
RotationSolver.Basic/Rotations/Basic Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -254,22 +254,13 @@ static partial void ModifyReignOfBeastsPvE(ref ActionSetting setting)
254
254
255
255
static partial void ModifyNobleBloodPvE ( ref ActionSetting setting )
256
256
{
257
- setting . ActionCheck = ( ) => Service . GetAdjustedActionId ( ActionID . ReignOfBeastsPvE ) == ActionID . NobleBloodPvE ;
258
- setting . ComboIds = [ ActionID . ReignOfBeastsPvE ] ;
259
- setting . CreateConfig = ( ) => new ActionConfig ( )
260
- {
261
- AoeCount = 1 ,
262
- } ;
257
+ //setting.ComboIds = [ActionID.ReignOfBeastsPvE];
258
+ // TODO: Having configs here breaks the rotation, investigate why
263
259
}
264
260
265
261
static partial void ModifyLionHeartPvE ( ref ActionSetting setting )
266
262
{
267
- setting . ActionCheck = ( ) => Service . GetAdjustedActionId ( ActionID . ReignOfBeastsPvE ) == ActionID . LionHeartPvE ;
268
- setting . ComboIds = [ ActionID . NobleBloodPvE ] ;
269
- setting . CreateConfig = ( ) => new ActionConfig ( )
270
- {
271
- AoeCount = 1 ,
272
- } ;
263
+ //setting.ComboIds = [ActionID.NobleBloodPvE];
273
264
}
274
265
275
266
// PVP
You can’t perform that action at this time.
0 commit comments