mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
Merge pull request #832 from dude22072/ThreePointOh
[3.0] Add BeforeTrialDung to isDefaultTerritory
This commit is contained in:
commit
13cb3bb1d8
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