1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 08:27:46 +00:00

fix autism

This commit is contained in:
Adam 2018-12-22 17:54:56 +11:00 committed by GitHub
parent 40e3865782
commit 517b0912f0

View file

@ -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 )