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:
parent
29aa55769e
commit
64a9f4ed1e
1 changed files with 23 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue