mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +01:00
Fix BeastGauge
This commit is contained in:
parent
d10aabfa98
commit
7efadfbd60
1 changed files with 6 additions and 6 deletions
|
|
@ -15,14 +15,14 @@ namespace Dalamud.Game.ClientState.JobGauge.Enums
|
||||||
/// </summary>
|
/// </summary>
|
||||||
COEURL = 1,
|
COEURL = 1,
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// The Raptor chakra.
|
|
||||||
/// </summary>
|
|
||||||
RAPTOR = 2,
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Opo-Opo chakra.
|
/// The Opo-Opo chakra.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
OPOOPO = 3,
|
OPOOPO = 2,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Raptor chakra.
|
||||||
|
/// </summary>
|
||||||
|
RAPTOR = 3,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue