1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

Added Some TerritoryIntendedUseTypes

Added Some Territory Intended Use Types
TODO: Add The Rest of The Territory Types and Have Better Names For Them
This commit is contained in:
Biscuit Boy 2017-09-27 04:12:08 +10:00 committed by GitHub
parent 29aa55769e
commit 64a9f4ed1e

View file

@ -383,6 +383,29 @@ namespace Core {
instance,
};
enum TerritoryIntendedUseType : uint8_t //ToDo: Add The Rest of The Territory Types and Have Better Names For Them
{
Town = 0,
OpenWorld = 1,
Inn = 2,
Dungeon = 3,
JailArea = 5,
Opening = 6,
BeforeTrialDung = 7,
AllianceRaid = 8,
OpenWorldInstanceBattle = 9,
Trial = 10,
HousingArea = 13,
HousingPrivateArea = 14,
MSQPrivateArea = 15,
Raids = 16,
RaidFights = 17,
ChocoboTutorial = 21,
Wedding = 22,
BeginnerTutorial = 27,
PalaceOfTheDead = 31,
};
enum CharaLook : uint8_t
{
Race = 0x00,