1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +00:00

remove unloaded house from terri map

This commit is contained in:
collett 2021-02-06 04:41:19 +09:00
parent 0c20b64af3
commit 39ff4f5025

View file

@ -541,6 +541,7 @@ void Sapphire::World::Manager::TerritoryMgr::updateTerritoryInstances( uint64_t
// remove zone from maps
m_territorySet.erase( zone );
m_guIdToTerritoryPtrMap.erase( zone->getGuId() );
it = m_landIdentToTerritoryPtrMap.erase( it );
}
else