mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +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.
|
||||
/// </summary>
|
||||
[FieldOffset(ActorOffsets.UIStatusEffects)]
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 20)]
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 30)]
|
||||
public StatusEffect[] UIStatusEffects;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue