Merge pull request #717 from daemitus/gauge

Fix beast chakra enum, bump client structs
This commit is contained in:
goaaats 2022-01-09 03:32:47 +01:00 committed by GitHub
commit 72070b8f17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -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,
}
}

View file

@ -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;