mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-22 12:47:45 +00:00
MarketCity enum
This commit is contained in:
parent
f484097be8
commit
cbb00b9cb3
2 changed files with 11 additions and 9 deletions
|
@ -993,6 +993,16 @@ namespace Sapphire::Common
|
|||
CircularAoEPlaced = 7
|
||||
};
|
||||
|
||||
enum MarketCity : uint8_t
|
||||
{
|
||||
LimsaLominsa = 1,
|
||||
Gridania = 2,
|
||||
Uldah = 3,
|
||||
Ishgard = 4,
|
||||
Kugane = 7,
|
||||
Crystarium = 10
|
||||
}
|
||||
|
||||
enum class Role : uint8_t
|
||||
{
|
||||
None,
|
||||
|
|
|
@ -322,15 +322,7 @@ namespace Sapphire::Network::Packets::Server
|
|||
bool hq;
|
||||
uint8_t materiaCount;
|
||||
uint8_t onMannequin;
|
||||
/**
|
||||
* 0x01 Limsa Lominsa
|
||||
* 0x02 Gridania
|
||||
* 0x03 Ul'dah
|
||||
* 0x04 Ishgard
|
||||
* 0x07 Kugane
|
||||
* 0x0A Crystarium
|
||||
*/
|
||||
uint8_t retainerCity;
|
||||
Common::MarketCity marketCity;
|
||||
uint16_t dyeId;
|
||||
uint16_t padding3;
|
||||
uint32_t padding4;
|
||||
|
|
Loading…
Add table
Reference in a new issue