1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

Type on comment

This commit is contained in:
Mordred 2018-01-28 00:03:42 +01:00
parent 26062409cc
commit 73df60440f

View file

@ -78,7 +78,7 @@ namespace Core
/*! returns true if the territoryType in question is not a private zone */ /*! returns true if the territoryType in question is not a private zone */
bool isPrivateTerritory( uint32_t territoryTypeId ) const; bool isPrivateTerritory( uint32_t territoryTypeId ) const;
/*! returns true if the territyTyoe is a default-non instanced zone */ /*! returns true if the territoryType is a default non-instanced zone */
bool isDefaultTerritory( uint32_t territoryTypeId ) const; bool isDefaultTerritory( uint32_t territoryTypeId ) const;
/*! creates a new instance for a given territoryTypeId */ /*! creates a new instance for a given territoryTypeId */