From c0e093267d218cea4d206e4fe2f12bf316cf9a6b Mon Sep 17 00:00:00 2001 From: NotAdam Date: Thu, 20 Dec 2018 23:38:39 +1100 Subject: [PATCH] container count notes --- src/common/Common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/Common.h b/src/common/Common.h index 796f01eb..96e46fc8 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -225,7 +225,7 @@ namespace Sapphire::Common // housing interior containers HousingInteriorAppearance = 25002, - // 50 in each container max + // 50 in each container max, 300 slots max HousingInteriorPlacedItems1 = 25003, HousingInteriorPlacedItems2 = 25004, HousingInteriorPlacedItems3 = 25005, @@ -233,7 +233,9 @@ namespace Sapphire::Common HousingInteriorPlacedItems5 = 25007, HousingInteriorPlacedItems6 = 25008, - // 50 max per container? + // 50 max per container, 400 slots max + // slot limit increased 'temporarily' for relocation for all estates + // see: https://na.finalfantasyxiv.com/lodestone/topics/detail/d781e0d538428aef93b8bed4b50dd62c3c50fc74 HousingInteriorStoreroom1 = 27001, HousingInteriorStoreroom2 = 27002, HousingInteriorStoreroom3 = 27003,