mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #372 from 0ceal0t/master
Change number of status effects to 30
This commit is contained in:
commit
f536d85288
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ namespace Dalamud.Game.ClientState.Structs
|
||||||
/// The array of status effects that the actor is currently affected by.
|
/// The array of status effects that the actor is currently affected by.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[FieldOffset(ActorOffsets.UIStatusEffects)]
|
[FieldOffset(ActorOffsets.UIStatusEffects)]
|
||||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 20)]
|
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 30)]
|
||||||
public StatusEffect[] UIStatusEffects;
|
public StatusEffect[] UIStatusEffects;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue