mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
load the gold saucer on startup
This commit is contained in:
parent
a5c8b82926
commit
3357054208
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ bool Sapphire::World::Manager::TerritoryMgr::isDefaultTerritory( uint32_t territ
|
|||
return pTeri->territoryIntendedUse == TerritoryIntendedUse::Inn ||
|
||||
pTeri->territoryIntendedUse == TerritoryIntendedUse::Town ||
|
||||
pTeri->territoryIntendedUse == TerritoryIntendedUse::OpenWorld ||
|
||||
pTeri->territoryIntendedUse == TerritoryIntendedUse::OpeningArea;
|
||||
pTeri->territoryIntendedUse == TerritoryIntendedUse::OpeningArea ||
|
||||
pTeri->territoryIntendedUse == 23;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue