1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00

enable viera/hrothgar character creation

This commit is contained in:
NotAdam 2019-07-09 23:07:31 +10:00
parent bd1130fe73
commit 29b86879c1

View file

@ -180,7 +180,7 @@ void Lobby::GameConnection::getCharList( FFXIVARR_PACKET_RAW& packet, uint32_t t
// TODO: Eventually move to account info storage // TODO: Eventually move to account info storage
if( i == 3 ) if( i == 3 )
{ {
charListPacket->data().entitledExpansion = 2; charListPacket->data().entitledExpansion = 3;
charListPacket->data().maxCharOnWorld = 25; charListPacket->data().maxCharOnWorld = 25;
charListPacket->data().unknown8 = 8; charListPacket->data().unknown8 = 8;
charListPacket->data().veteranRank = 12; charListPacket->data().veteranRank = 12;