diff --git a/Dalamud/Game/ClientState/JobGauge/Enums/BeastChakra.cs b/Dalamud/Game/ClientState/JobGauge/Enums/BeastChakra.cs index 00e71d1a4..28d34d55e 100644 --- a/Dalamud/Game/ClientState/JobGauge/Enums/BeastChakra.cs +++ b/Dalamud/Game/ClientState/JobGauge/Enums/BeastChakra.cs @@ -15,14 +15,14 @@ namespace Dalamud.Game.ClientState.JobGauge.Enums /// COEURL = 1, - /// - /// The Raptor chakra. - /// - RAPTOR = 2, - /// /// The Opo-Opo chakra. /// - OPOOPO = 3, + OPOOPO = 2, + + /// + /// The Raptor chakra. + /// + RAPTOR = 3, } } diff --git a/Dalamud/Game/ClientState/JobGauge/Types/SCHGauge.cs b/Dalamud/Game/ClientState/JobGauge/Types/SCHGauge.cs index f72e7047b..cadeeb0ba 100644 --- a/Dalamud/Game/ClientState/JobGauge/Types/SCHGauge.cs +++ b/Dalamud/Game/ClientState/JobGauge/Types/SCHGauge.cs @@ -29,7 +29,7 @@ namespace Dalamud.Game.ClientState.JobGauge.Types public byte FairyGauge => this.Struct->FairyGauge; /// - /// Gets the Seraph time remaiSCHg in milliseconds. + /// Gets the remaining time Seraph is active in milliseconds. /// public short SeraphTimer => this.Struct->SeraphTimer;