diff --git a/Dalamud/Game/Inventory/GameInventoryType.cs b/Dalamud/Game/Inventory/GameInventoryType.cs index 00c65046f..af124de92 100644 --- a/Dalamud/Game/Inventory/GameInventoryType.cs +++ b/Dalamud/Game/Inventory/GameInventoryType.cs @@ -42,7 +42,12 @@ public enum GameInventoryType : ushort Crystals = 2001, /// - /// Mail container. + /// Item attachments of a letter the player is currently composing. + /// + MailEdit = 2002, + + /// + /// Item attachments of a letter the player is currently reading. /// Mail = 2003, @@ -57,7 +62,7 @@ public enum GameInventoryType : ushort HandIn = 2005, /// - /// DamagedGear container. + /// Repair window container. /// DamagedGear = 2007, @@ -66,6 +71,21 @@ public enum GameInventoryType : ushort /// Examine = 2009, + /// + /// Estate Possession Retrieval container. + /// + Reclaim = 2010, + + /// + /// Container for items when changing the exterior housing appearance. + /// + HousingExteriorAppearanceEdit = 2011, + + /// + /// Container for items when changing the interior housing appearance. + /// + HousingInteriorAppearanceEdit = 2012, + /// /// Doman Enclave Reconstruction Reclamation Box. /// @@ -93,10 +113,10 @@ public enum GameInventoryType : ushort /// /// Armory waist container. + /// /// /// This container should be unused as belt items were removed from the game in Shadowbringers. /// - /// ArmoryWaist = 3204, ///