mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
Merge pull request #717 from daemitus/gauge
Fix beast chakra enum, bump client structs
This commit is contained in:
commit
72070b8f17
2 changed files with 7 additions and 7 deletions
|
|
@ -15,14 +15,14 @@ namespace Dalamud.Game.ClientState.JobGauge.Enums
|
|||
/// </summary>
|
||||
COEURL = 1,
|
||||
|
||||
/// <summary>
|
||||
/// The Raptor chakra.
|
||||
/// </summary>
|
||||
RAPTOR = 2,
|
||||
|
||||
/// <summary>
|
||||
/// The Opo-Opo chakra.
|
||||
/// </summary>
|
||||
OPOOPO = 3,
|
||||
OPOOPO = 2,
|
||||
|
||||
/// <summary>
|
||||
/// The Raptor chakra.
|
||||
/// </summary>
|
||||
RAPTOR = 3,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ namespace Dalamud.Game.ClientState.JobGauge.Types
|
|||
public byte FairyGauge => this.Struct->FairyGauge;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the Seraph time remaiSCHg in milliseconds.
|
||||
/// Gets the remaining time Seraph is active in milliseconds.
|
||||
/// </summary>
|
||||
public short SeraphTimer => this.Struct->SeraphTimer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue