Skip to content

Commit 02fd894

Browse files
committed
EQP Flag update.
2 parents 966bc1f + 77058fb commit 02fd894

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xivModdingFramework/Models/DataContainers/EquipmentParameter.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public enum EquipmentParameterFlag
183183
BodyHideGorget = 7,
184184

185185
// Byte 1 - Body
186-
BodyShowLeg = 8, // When turned off, Leg hiding data is resolved from this same set, rather than the set of the equipped piece.
186+
BodyShowLeg = 8, // When turned off, Leg hiding data is resolved from this same set, rather than the set of the equipped piece.
187187
BodyShowHand = 9, // When turned off, Hand hiding data is resolved from this same set, rather than the set of the equipped piece.
188188
BodyShowHead = 10, // When turned off, Head hiding data is resolved from this same set, rather than the set of the equipped piece.
189189
BodyShowNecklace = 11,
@@ -194,9 +194,9 @@ public enum EquipmentParameterFlag
194194

195195
// Byte 2 - Leg
196196
EnableLegFlags = 16,
197-
Bit17 = 17,
198-
LegHideShortBoot = 18,
199-
LegHideHalfBoot = 19,
197+
LegHideKneePads = 17, // atr_lpd
198+
LegHideShortBoot = 18, // atr_leg
199+
LegHideHalfBoot = 19, // atr_leg
200200
Bit20 = 20,
201201
LegShowFoot = 21,
202202
Bit22 = 22,

0 commit comments

Comments
 (0)