Skip to content

Commit 3f34bfa

Browse files
authored
Merge pull request #859 from FFXIV-CombatReborn/deadstar
Hotfix for Dead Star targeting and update for sourcegen
2 parents 447d396 + 5e32ed6 commit 3f34bfa

File tree

3 files changed

+182
-181
lines changed

3 files changed

+182
-181
lines changed

RotationSolver.Basic/Helpers/ObjectHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ public static bool IsSpecialImmune(this IBattleChara battleChara)
951951
{
952952
return battleChara.IsWolfImmune()
953953
|| battleChara.IsJeunoBossImmune()
954+
|| battleChara.IsDeadStarImmune()
954955
|| battleChara.IsCODBossImmune()
955956
|| battleChara.IsCinderDriftImmune()
956957
|| battleChara.IsResistanceImmune()

0 commit comments

Comments
 (0)