forked from Raphael/SCHALE.GameServer
another mistake
This commit is contained in:
parent
45ece5b487
commit
3b7afcb9b7
|
@ -185,7 +185,8 @@ namespace SCHALE.GameServer.Controllers.Api.ProtocolHandlers
|
|||
AccountServerId = account.ServerId,
|
||||
EchelonNumber = 1,
|
||||
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]
|
||||
});
|
||||
}
|
||||
context.SaveChanges();
|
||||
|
|
Loading…
Reference in New Issue