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:
parent
0c20b64af3
commit
39ff4f5025
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue