mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 23:14:57 +01:00
Home screen, some places unblocked slightly (shop, friends)
This commit is contained in:
@@ -13,5 +13,11 @@ namespace BLHX.Server.Game.Handlers
|
||||
Rank = 1
|
||||
});
|
||||
}
|
||||
|
||||
[PacketHandler(Command.Cs18100)]
|
||||
static void GetMilitaryShopHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc18101());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user