Skip to content

Commit

Permalink
Hotfix for statuses on immune logic
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV committed Jan 17, 2025
1 parent 89aa664 commit 9519464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Helpers/ObjectHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ public static bool IsCODBossImmune(this IBattleChara obj)

var StygianStatus = StatusID.UnnamedStatus_4388;
var CloudOfDarknessStatus = StatusID.VeilOfDarkness;
var AntiCloudOfDarknessStatus = StatusID.Rsv41771100S74Cfc3B0E74Cfc3B0;
var AntiCloudOfDarknessStatus = StatusID.Rsv41781100S74Cfc3B0E74Cfc3B0;
var AntiStygianStatus = StatusID.Rsv41771100S74Cfc3B0E74Cfc3B0;

if (obj.IsEnemy())
Expand Down

0 comments on commit 9519464

Please sign in to comment.