echelon type init (real last)
This commit is contained in:
parent
3b7afcb9b7
commit
2df7a83576
|
@ -184,6 +184,7 @@ namespace SCHALE.GameServer.Controllers.Api.ProtocolHandlers
|
||||||
{
|
{
|
||||||
AccountServerId = account.ServerId,
|
AccountServerId = account.ServerId,
|
||||||
EchelonNumber = 1,
|
EchelonNumber = 1,
|
||||||
|
EchelonType = EchelonType.Adventure,
|
||||||
LeaderServerId = newCharacters[0].ServerId,
|
LeaderServerId = newCharacters[0].ServerId,
|
||||||
MainSlotServerIds = newCharacters.Take(3).Select(x => x.ServerId).Append(0).ToList(),
|
MainSlotServerIds = newCharacters.Take(3).Select(x => x.ServerId).Append(0).ToList(),
|
||||||
SupportSlotServerIds = [0, 0]
|
SupportSlotServerIds = [0, 0]
|
||||||
|
|
Loading…
Reference in New Issue