Changes

m
no edit summary
Line 263: Line 263:     
local name, suffix = frame.args["ship"] or Ship:process_ship_key(ship_key)
 
local name, suffix = frame.args["ship"] or Ship:process_ship_key(ship_key)
local ship = frame.args["ship_table"] or Ship(ship_key) -- { _level = 80 }
+
local ship = frame.args["ship_table"] or Ship:get_table(name, suffix) -- Ship(ship_key){ _level = 80 }
    
if rank and name and ship and ship._type then
 
if rank and name and ship and ship._type then
cssedit, gkautomate
6,926

edits