From 7e0c97f59edc7120a141aa268720ef83002a41d5 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Mon, 12 Aug 2024 23:35:14 +0200 Subject: [PATCH] Update GameInventoryType enum (#2007) --- Dalamud/Game/Inventory/GameInventoryType.cs | 26 ++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) 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, ///