mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
force stack to 1 for housing items
This commit is contained in:
parent
19017f6e12
commit
95862a4fac
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ bool Sapphire::World::Manager::HousingMgr::loadEstateInventories()
|
||||||
|
|
||||||
auto item = Inventory::make_HousingItem( itemId, catalogId );
|
auto item = Inventory::make_HousingItem( itemId, catalogId );
|
||||||
item->setStain( stain );
|
item->setStain( stain );
|
||||||
|
item->setStackSize( 1 );
|
||||||
// todo: need to set the owner character id on the item
|
// todo: need to set the owner character id on the item
|
||||||
|
|
||||||
// set world pos on item if its in an placed item container
|
// set world pos on item if its in an placed item container
|
||||||
|
|
Loading…
Add table
Reference in a new issue