Skip to content

Commit dee4cbb

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents df7798c + f5350c4 commit dee4cbb

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

FFXIVClientStructs/FFXIV/Client/Game/InventoryType.cs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ public enum InventoryType : uint {
7878
HousingInteriorPlacedItems6 = 25008,
7979
HousingInteriorPlacedItems7 = 25009,
8080
HousingInteriorPlacedItems8 = 25010,
81+
HousingInteriorPlacedItems9 = 25011,
82+
HousingInteriorPlacedItems10 = 25012,
83+
HousingInteriorPlacedItems11 = 25013,
84+
HousingInteriorPlacedItems12 = 25014,
85+
86+
HousingExteriorPlacedItems2 = 25200,
8187

8288
HousingExteriorStoreroom = 27000,
8389
HousingInteriorStoreroom1 = 27001,
@@ -87,5 +93,10 @@ public enum InventoryType : uint {
8793
HousingInteriorStoreroom5 = 27005,
8894
HousingInteriorStoreroom6 = 27006,
8995
HousingInteriorStoreroom7 = 27007,
90-
HousingInteriorStoreroom8 = 27008
96+
HousingInteriorStoreroom8 = 27008,
97+
HousingInteriorStoreroom9 = 27009,
98+
HousingInteriorStoreroom10 = 27010,
99+
HousingInteriorStoreroom11 = 27011,
100+
101+
HousingExteriorStoreroom2 = 27200,
91102
}

FFXIVClientStructs/FFXIV/Client/Game/WKS/WKSManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public enum MissionRank {
6060
None,
6161
Bronze,
6262
Silver,
63-
Gold
63+
Gold,
64+
Failed = 5,
6465
}
6566
}

0 commit comments

Comments
 (0)