Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lazylemo authored and awgil committed Dec 28, 2023
1 parent 24bcfc0 commit 60369e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BossMod/Autorotation/GNB/GNBRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ public enum SpecialAction : uint
LB3 = 1, // use LB3 if available

[PropertyDisplay("Stance ON", 0x80ff00ff)]
StanceOn = 1, // use LB3 if available
StanceOn = 2, // use LB3 if available

[PropertyDisplay("Stance ON", 0x80c0c000)]
StanceOff = 1, // use LB3 if available
[PropertyDisplay("Stance OFF", 0x80c0c000)]
StanceOff = 3, // use LB3 if available
}

public GaugeUse GaugeStrategy; // how are we supposed to handle gauge
Expand Down

0 comments on commit 60369e2

Please sign in to comment.