1
Fork 0
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:
Adam 2018-01-29 18:10:43 +11:00
parent 2ad9b0efaa
commit cbefc4cc1f

View file

@ -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 );