1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

Slight reformatting

This commit is contained in:
Mordred 2018-11-30 23:57:06 +01:00
parent 7b0c0b7de3
commit e9d0b67354

View file

@ -30,8 +30,7 @@ class TerritoryMgr
{
public:
enum TerritoryIntendedUse :
uint8_t //TODO: Add the rest of the territory types and have better names for them
enum TerritoryIntendedUse : uint8_t //TODO: Add the rest of the territory types and have better names for them
{
Town = 0,
OpenWorld = 1,
@ -191,8 +190,6 @@ private:
/*! current festival(s) to set for public zones from festival.exd */
std::pair< uint16_t, uint16_t > m_currentFestival;
public:
/*! returns a list of instanceContent InstanceIds currently active */
InstanceIdList getInstanceContentIdList( uint16_t instanceContentId ) const;