From e0aa6550ae040c0152a80946f8241479338cda26 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 25 Dec 2018 22:59:13 +1100 Subject: [PATCH] force stack to 1 for housing items --- src/world/Manager/HousingMgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/world/Manager/HousingMgr.cpp b/src/world/Manager/HousingMgr.cpp index 6fed6521..f37f2cc4 100644 --- a/src/world/Manager/HousingMgr.cpp +++ b/src/world/Manager/HousingMgr.cpp @@ -112,6 +112,7 @@ bool Sapphire::World::Manager::HousingMgr::loadEstateInventories() auto item = Inventory::make_HousingItem( itemId, catalogId ); item->setStain( stain ); + item->setStackSize( 1 ); // todo: need to set the owner character id on the item // set world pos on item if its in an placed item container