Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:ShipData
(view source)
Revision as of 05:44, 29 August 2018
18 bytes added
,
6 years ago
no edit summary
Line 773:
Line 773:
function ShipData:create(ship)
function ShipData:create(ship)
ship = ship or {}
ship = ship or {}
−
if ship._class then
+
if
type(
ship._class
) == 'string'
then
ship._class = ShipClass(ship._class)
ship._class = ShipClass(ship._class)
end
end
がか
cssedit, gkautomate
7,064
edits