mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 00:27:44 +00:00
Gold saucer is now being loaded
This commit is contained in:
parent
4317474074
commit
a29cdf4dfd
2 changed files with 8 additions and 1 deletions
|
@ -143,7 +143,9 @@ bool TerritoryMgr::isDefaultTerritory( uint32_t territoryTypeId ) const
|
|||
return pTeri->data().IntendedUse == TerritoryIntendedUse::Inn ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::Town ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::OpenWorld ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::OpeningArea;
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::OpeningArea ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::GoldSaucer ||
|
||||
pTeri->data().IntendedUse == TerritoryIntendedUse::ChocoboSquare;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -46,9 +46,14 @@ namespace Sapphire::World::Manager
|
|||
MSQPrivateArea = 15,
|
||||
Raids = 16,
|
||||
RaidFights = 17,
|
||||
ChocoboSquare = 19,
|
||||
ChocoboTutorial = 21,
|
||||
Wedding = 22,
|
||||
GoldSaucer = 23,
|
||||
DiademV1 = 26,
|
||||
BeginnerTutorial = 27,
|
||||
PvPTheFeast = 28,
|
||||
MSQEventArea = 29,
|
||||
FreeCompanyGarrison = 30,
|
||||
PalaceOfTheDead = 31,
|
||||
TreasureMapInstance = 33,
|
||||
|
|
Loading…
Add table
Reference in a new issue