• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 176: Line 176:  
     -- ship ID for Musashi Kai 2
 
     -- ship ID for Musashi Kai 2
 
     if shipNum == 346 then
 
     if shipNum == 346 then
     return 5
+
     return type(shipNum) .. " " .. type(frame.args[1]) .. " " .. type(346) .. " " .. tostring(5)
 
     else
 
     else
         return 4
+
         return type(shipNum) .. " " .. type(frame.args[1]) .. " " .. type(346) .. " " .. tostring(4)
 
     end
 
     end
    return type(shipNum) .. " " .. type(frame.args[1]) .. " " .. type(346) .. " " .. tostring(numRows)
   
end
 
end
  
5,421

edits

Navigation menu