mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 21:24:35 +01:00
PreFightResponse data from DB
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user