mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
enable viera/hrothgar character creation
This commit is contained in:
parent
bd1130fe73
commit
29b86879c1
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
|
// 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue