mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
migration testing, manifesto editing
This commit is contained in:
@@ -11,6 +11,12 @@ namespace BLHX.Server.Game.Handlers
|
||||
connection.Send(new Sc26102());
|
||||
}
|
||||
|
||||
[PacketHandler(Command.Cs26103)]
|
||||
static void MiniGameOPHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc26104());
|
||||
}
|
||||
|
||||
[PacketHandler(Command.Cs26150)]
|
||||
static void GetMinigameShopHandler(Connection connection, Packet packet)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user