mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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>
|
/// <summary>
|
||||||
/// Unable to execute command while mounted.
|
/// Unable to execute command while mounted.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Mounted2 = 10,
|
RidingPillion = 10,
|
||||||
|
|
||||||
|
[Obsolete("Renamed to RidingPillion", true)] Mounted2 = 10,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Unable to execute command while in that position.
|
/// Unable to execute command while in that position.
|
||||||
|
|
@ -425,7 +427,9 @@ public enum ConditionFlag
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Unable to execute command in this state.
|
/// Unable to execute command in this state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
InThisState88 = 88,
|
MountImmobile = 88,
|
||||||
|
|
||||||
|
[Obsolete("Renamed to MountImmobile", true)] InThisState88 = 88,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Unable to execute command in this state.
|
/// Unable to execute command in this state.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue