mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 10:17:46 +00:00
enable viera/hrothgar character creation
This commit is contained in:
parent
fd53921680
commit
4a270a1ec1
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void Lobby::GameConnection::getCharList( FFXIVARR_PACKET_RAW& packet, uint32_t t
|
|||
// TODO: Eventually move to account info storage
|
||||
if( i == 3 )
|
||||
{
|
||||
charListPacket->data().entitledExpansion = 2;
|
||||
charListPacket->data().entitledExpansion = 3;
|
||||
charListPacket->data().maxCharOnWorld = 25;
|
||||
charListPacket->data().unknown8 = 8;
|
||||
charListPacket->data().veteranRank = 12;
|
||||
|
|
Loading…
Add table
Reference in a new issue