forked from liza/Influx
Fix FC Credits
This commit is contained in:
parent
859cd4500e
commit
f80b694d60
@ -1,6 +1,6 @@
|
||||
<Project Sdk="Dalamud.NET.Sdk/9.0.2">
|
||||
<Project Sdk="Dalamud.NET.Sdk/10.0.0">
|
||||
<PropertyGroup>
|
||||
<Version>1.1</Version>
|
||||
<Version>1.2</Version>
|
||||
<OutputPath>dist</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -162,9 +162,9 @@ internal sealed class FcStatsCalculator : IDisposable
|
||||
{
|
||||
var atkArrays = Framework.Instance()->GetUIModule()->GetRaptureAtkModule()->AtkModule
|
||||
.AtkArrayDataHolder;
|
||||
if (atkArrays.NumberArrayCount > 50)
|
||||
if (atkArrays.NumberArrayCount > 51)
|
||||
{
|
||||
var fcArrayData = atkArrays.GetNumberArrayData(50);
|
||||
var fcArrayData = atkArrays.GetNumberArrayData(51);
|
||||
FcStats fcStats = new FcStats
|
||||
{
|
||||
ContentId = localContentId,
|
||||
|
2
LLib
2
LLib
@ -1 +1 @@
|
||||
Subproject commit 7027d291efbbff6a55944dd521d3907210ddecbe
|
||||
Subproject commit 8d947be6784804a7cab120d596dd54e88e548efc
|
Loading…
Reference in New Issue
Block a user