PreFightResponse data from DB

This commit is contained in:
rfi
2023-11-11 14:28:21 +07:00
parent 23bbbd8d16
commit 99c0473b42
7 changed files with 79 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ namespace AscNet.GameServer.Handlers
public static void GetWorldChannelInfoRequestHandler(Session session, Packet.Request packet)
{
GetWorldChannelInfoResponse getWorldChannelInfoResponse = new();
getWorldChannelInfoResponse.ChannelInfos.Append(new()
getWorldChannelInfoResponse.ChannelInfos.Add(new()
{
ChannelId = 0,
PlayerNum = 0