mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 08:57:44 +00:00
fix autism
This commit is contained in:
parent
3d0780e9fe
commit
f774e754f2
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 );
|
auto u64ident = *reinterpret_cast< uint64_t* >( &ident );
|
||||||
|
|
||||||
getEstateInventory( u64ident );
|
return getEstateInventory( u64ident );
|
||||||
}
|
}
|
||||||
|
|
||||||
void Sapphire::World::Manager::HousingMgr::updateHouseModels( Sapphire::HousePtr house )
|
void Sapphire::World::Manager::HousingMgr::updateHouseModels( Sapphire::HousePtr house )
|
||||||
|
|
Loading…
Add table
Reference in a new issue