Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: another release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 10, 2023
1 parent bdf8237 commit 1cacc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RotationSolver/Updaters/TargetUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ private unsafe static bool HasPet()
if(Service.ObjectTable.SearchById(list[i].ObjectId)?.GetBattleNPCSubKind() == BattleNpcSubKind.Pet) return true;
}
return false;

//var mayPet = allTargets.OfType<BattleNpc>().Where(npc => npc.OwnerId == Service.Player.ObjectId);
//return mayPet.Any(npc => npc.BattleNpcKind == BattleNpcSubKind.Pet);
}
Expand Down

0 comments on commit 1cacc18

Please sign in to comment.