Skip to content

Commit

Permalink
Add Airship silhouette
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Aug 11, 2015
1 parent 2eac5db commit 95cf9b1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/aircraft.sql
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ INSERT INTO `aircraft` (`aircraft_id`, `icao`, `type`, `manufacturer`, `official
(357, 'AS55', 'HELIBRAS VH-55 Esquilo', 'Aerospatiale', 'http://www.aviastar.org/helicopters_eng/snias-355.php', 'helico.png'),
(358, 'ULAC', 'Generic Ultralight', 'Generic Ultralight', '', ''),
(359, 'BE60', 'Beechcraft Duke', 'Beechcraft', 'https://www.beechcraft.com', ''),
(360, 'SHIP', 'Zepellin NT', 'Zeppelin NT', 'http://zeppelin-nt.de/en/zeppelin-NT.html', ''),
(360, 'SHIP', 'Generic Airship', 'Generic Airship', '', 'SHIP.png'),
(361, 'B74D', '747-Domestic', 'Boeing', 'http://www.boeing.com/boeing/commercial/747family/index.page', 'B74X.png'),
(362, 'MIR2', 'Mirage 2000', 'Dassault', 'http://www.dassault-aviation.com/en/defense/rafale/introduction/', 'MIR2.png'),
(363, 'F16X', 'F-16 Fighting Falcon X', 'Lockheed Martin', 'http://www.lockheedmartin.com/', 'F16X.png'),
Expand Down
2 changes: 1 addition & 1 deletion db/pgsql/aircraft.sql
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ INSERT INTO aircraft (aircraft_id, icao, type, manufacturer, official_page, airc
(357, 'AS55', 'HELIBRAS VH-55 Esquilo', 'Aerospatiale', 'http://www.aviastar.org/helicopters_eng/snias-355.php', 'helico.png'),
(358, 'ULAC', 'Generic Ultralight', 'Generic Ultralight', '', ''),
(359, 'BE60', 'Beechcraft Duke', 'Beechcraft', 'https://www.beechcraft.com', ''),
(360, 'SHIP', 'Zepellin NT', 'Zeppelin NT', 'http://zeppelin-nt.de/en/zeppelin-NT.html', ''),
(360, 'SHIP', 'Generic Airship', 'Genereic Airship', '', 'SHIP.png'),
(361, 'B74D', '747-Domestic', 'Boeing', 'http://www.boeing.com/boeing/commercial/747family/index.page', 'B74X.png'),
(362, 'MIR2', 'Mirage 2000', 'Dassault', 'http://www.dassault-aviation.com/en/defense/rafale/introduction/', 'MIR2.png'),
(363, 'F16X', 'F-16 Fighting Falcon X', 'Lockheed Martin', 'http://www.lockheedmartin.com/', 'F16X.png'),
Expand Down
Binary file added images/aircrafts/SHIP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/aircrafts/selected/SHIP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95cf9b1

Please sign in to comment.