mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 06:54:51 +01:00
Home screen, some places unblocked slightly (shop, friends)
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
using BLHX.Server.Common.Proto.p13;
|
||||
using BLHX.Server.Common.Proto;
|
||||
using BLHX.Server.Common.Proto.p13;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P13
|
||||
{
|
||||
[PacketHandler(Command.Cs13505)]
|
||||
static void RemasterInfoRequestHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc13506());
|
||||
}
|
||||
}
|
||||
|
||||
static class P13ConnectionNotifyExtensions
|
||||
|
||||
Reference in New Issue
Block a user