mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-06 10:47:45 +00:00
Add BeforeTrialDung to isDefaultTerritory
This commit is contained in:
parent
409dc173c5
commit
6e823da825
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ bool TerritoryMgr::isDefaultTerritory( uint32_t territoryTypeId ) const
|
|||
pTeri->data().IntendedUse == TerritoryIntendedUse::OpenWorld ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::OpeningArea ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::GoldSaucer ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::ChocoboSquare;
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::ChocoboSquare ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::BeforeTrialDung;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue