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:
@@ -5,6 +5,12 @@ namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P60
|
||||
{
|
||||
[PacketHandler(Command.Cs60033)]
|
||||
static void GetGuildShopHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc60034());
|
||||
}
|
||||
|
||||
[PacketHandler(Command.Cs60037)]
|
||||
static void GuildInfoHandler(Connection connection, Packet packet)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user