We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df7798c + f5350c4 commit dee4cbbCopy full SHA for dee4cbb
2 files changed
FFXIVClientStructs/FFXIV/Client/Game/InventoryType.cs
@@ -78,6 +78,12 @@ public enum InventoryType : uint {
78
HousingInteriorPlacedItems6 = 25008,
79
HousingInteriorPlacedItems7 = 25009,
80
HousingInteriorPlacedItems8 = 25010,
81
+ HousingInteriorPlacedItems9 = 25011,
82
+ HousingInteriorPlacedItems10 = 25012,
83
+ HousingInteriorPlacedItems11 = 25013,
84
+ HousingInteriorPlacedItems12 = 25014,
85
+
86
+ HousingExteriorPlacedItems2 = 25200,
87
88
HousingExteriorStoreroom = 27000,
89
HousingInteriorStoreroom1 = 27001,
@@ -87,5 +93,10 @@ public enum InventoryType : uint {
93
HousingInteriorStoreroom5 = 27005,
94
HousingInteriorStoreroom6 = 27006,
95
HousingInteriorStoreroom7 = 27007,
90
- HousingInteriorStoreroom8 = 27008
96
+ HousingInteriorStoreroom8 = 27008,
97
+ HousingInteriorStoreroom9 = 27009,
98
+ HousingInteriorStoreroom10 = 27010,
99
+ HousingInteriorStoreroom11 = 27011,
100
101
+ HousingExteriorStoreroom2 = 27200,
91
102
}
FFXIVClientStructs/FFXIV/Client/Game/WKS/WKSManager.cs
@@ -60,6 +60,7 @@ public enum MissionRank {
60
None,
61
Bronze,
62
Silver,
63
- Gold
+ Gold,
64
+ Failed = 5,
65
66
0 commit comments