mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
add some more mapped TerritoryIntendedUse values
This commit is contained in:
parent
2ad9b0efaa
commit
cbefc4cc1f
1 changed files with 5 additions and 0 deletions
|
@ -49,7 +49,10 @@ namespace Core
|
||||||
ChocoboTutorial = 21,
|
ChocoboTutorial = 21,
|
||||||
Wedding = 22,
|
Wedding = 22,
|
||||||
BeginnerTutorial = 27,
|
BeginnerTutorial = 27,
|
||||||
|
FreeCompanyGarrison = 30,
|
||||||
PalaceOfTheDead = 31,
|
PalaceOfTheDead = 31,
|
||||||
|
TreasureMapInstance = 33,
|
||||||
|
EventArea = 40,
|
||||||
};
|
};
|
||||||
|
|
||||||
TerritoryMgr();
|
TerritoryMgr();
|
||||||
|
@ -84,6 +87,8 @@ namespace Core
|
||||||
/*! creates a new instance for a given territoryTypeId */
|
/*! creates a new instance for a given territoryTypeId */
|
||||||
ZonePtr createTerritoryInstance( uint32_t territoryTypeId );
|
ZonePtr createTerritoryInstance( uint32_t territoryTypeId );
|
||||||
|
|
||||||
|
ZonePtr createInstanceContent( uint32_t instanceContentId );
|
||||||
|
|
||||||
/*! removes instance by instanceId, return true if successful */
|
/*! removes instance by instanceId, return true if successful */
|
||||||
bool removeTerritoryInstance( uint32_t territoryTypeId );
|
bool removeTerritoryInstance( uint32_t territoryTypeId );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue