mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-14 07:24:50 +01:00
ship skin comamnd and changing skin
This commit is contained in:
@@ -14,5 +14,11 @@ namespace BLHX.Server.Game.Handlers
|
||||
MetaShipLists = req.GroupIds.Select(x => new MetaShipInfo() { GroupId = x }).ToList()
|
||||
});
|
||||
}
|
||||
|
||||
[PacketHandler(Command.Cs34501)]
|
||||
static void GetWorldBossHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc34502());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user