mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Update ConditionFlag (#2338)
This commit is contained in:
parent
d28a164d8c
commit
9ad0d86463
1 changed files with 6 additions and 2 deletions
|
|
@ -63,7 +63,9 @@ public enum ConditionFlag
|
|||
/// <summary>
|
||||
/// Unable to execute command while mounted.
|
||||
/// </summary>
|
||||
Mounted2 = 10,
|
||||
RidingPillion = 10,
|
||||
|
||||
[Obsolete("Renamed to RidingPillion", true)] Mounted2 = 10,
|
||||
|
||||
/// <summary>
|
||||
/// Unable to execute command while in that position.
|
||||
|
|
@ -425,7 +427,9 @@ public enum ConditionFlag
|
|||
/// <summary>
|
||||
/// Unable to execute command in this state.
|
||||
/// </summary>
|
||||
InThisState88 = 88,
|
||||
MountImmobile = 88,
|
||||
|
||||
[Obsolete("Renamed to MountImmobile", true)] InThisState88 = 88,
|
||||
|
||||
/// <summary>
|
||||
/// Unable to execute command in this state.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue