mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Merge branch 'master' of https://github.com/goatcorp/Dalamud
This commit is contained in:
commit
ee5c5e6f37
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ namespace Dalamud.Game.ClientState.Actors.Types
|
|||
/// <remarks>
|
||||
/// This copies every time it is invoked, so make sure to only grab it once.
|
||||
/// </remarks>
|
||||
public StatusEffect[] StatusEffects => MemoryHelper.Read<StatusEffect>(this.Address + ActorOffsets.UIStatusEffects, 20, true);
|
||||
public StatusEffect[] StatusEffects => MemoryHelper.Read<StatusEffect>(this.Address + ActorOffsets.UIStatusEffects, 30, true);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the actor is currently casting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue