mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
Merge pull request #113 from AcedArmy/master
Added Some TerritoryIntendedUseTypes to Common
This commit is contained in:
commit
f92c9224ec
1 changed files with 23 additions and 0 deletions
|
@ -383,6 +383,29 @@ namespace Core {
|
||||||
instance,
|
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,
|
||||||
|
OpeningArea = 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
|
enum CharaLook : uint8_t
|
||||||
{
|
{
|
||||||
Race = 0x00,
|
Race = 0x00,
|
||||||
|
|
Loading…
Add table
Reference in a new issue