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