mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
fix autism
This commit is contained in:
parent
40e3865782
commit
517b0912f0
1 changed files with 2 additions and 2 deletions
|
@ -659,7 +659,7 @@ Sapphire::World::Manager::HousingMgr::ContainerIdToContainerMap&
|
|||
{
|
||||
auto u64ident = *reinterpret_cast< uint64_t* >( &ident );
|
||||
|
||||
getEstateInventory( u64ident );
|
||||
return getEstateInventory( u64ident );
|
||||
}
|
||||
|
||||
void Sapphire::World::Manager::HousingMgr::updateHouseModels( Sapphire::HousePtr house )
|
||||
|
|
Loading…
Add table
Reference in a new issue