mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2026-02-04 06:25:05 +01:00
update protocol definitions to global version 8.3.0
This commit is contained in:
@@ -3,6 +3,8 @@ using KianaBH.Proto;
|
||||
|
||||
namespace KianaBH.GameServer.Server.Packet.Recv.Activity;
|
||||
|
||||
// Removed in glb 8.3.0
|
||||
/*
|
||||
[Opcode(CmdIds.GetFarmActivityDataReq)]
|
||||
public class HandlerGetFarmActivityDataReq : Handler
|
||||
{
|
||||
@@ -11,3 +13,4 @@ public class HandlerGetFarmActivityDataReq : Handler
|
||||
await connection.SendPacket(new PacketGetFarmActivityDataRsp());
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
@@ -3,6 +3,8 @@ using KianaBH.Proto;
|
||||
|
||||
namespace KianaBH.GameServer.Server.Packet.Send.Activity;
|
||||
|
||||
// Removed in glb 8.3.0
|
||||
/*
|
||||
public class PacketGetFarmActivityDataRsp : BasePacket
|
||||
{
|
||||
public PacketGetFarmActivityDataRsp() : base(CmdIds.GetFarmActivityDataRsp)
|
||||
@@ -15,3 +17,4 @@ public class PacketGetFarmActivityDataRsp : BasePacket
|
||||
SetData(proto);
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user