echelon type init (real last)

This commit is contained in:
rfi 2024-05-01 16:57:46 +07:00
parent 3b7afcb9b7
commit 2df7a83576
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ namespace SCHALE.GameServer.Controllers.Api.ProtocolHandlers
{
AccountServerId = account.ServerId,
EchelonNumber = 1,
EchelonType = EchelonType.Adventure,
LeaderServerId = newCharacters[0].ServerId,
MainSlotServerIds = newCharacters.Take(3).Select(x => x.ServerId).Append(0).ToList(),
SupportSlotServerIds = [0, 0]