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

Commit

Permalink
Merge branch 'pr/13' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Jan 4, 2024
2 parents d43fea2 + 56d6daf commit c3378af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver/Updaters/TargetUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ private static unsafe uint[] GetEnemies()
var addon = addons.FirstOrDefault();
var enemy = (AddonEnemyList*)addon;

var numArray = FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.Instance()->GetUiModule()->GetRaptureAtkModule()->AtkModule.AtkArrayDataHolder.NumberArrays[19];
var numArray = FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.Instance()->GetUiModule()->GetRaptureAtkModule()->AtkModule.AtkArrayDataHolder.NumberArrays[21];
List<uint> list = new(enemy->EnemyCount);
for (var i = 0; i < enemy->EnemyCount; i++)
{
Expand Down

0 comments on commit c3378af

Please sign in to comment.