• 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 8: Line 8:  
   {world = 2, maps = 5},
 
   {world = 2, maps = 5},
 
   {world = 3, maps = 5},
 
   {world = 3, maps = 5},
   {world = 7, maps = 3},
+
   {world = 7, maps = 5},
 
   {world = 4, maps = 5},
 
   {world = 4, maps = 5},
 
   {world = 5, maps = 5},
 
   {world = 5, maps = 5},
Line 30: Line 30:  
     for map = 1, e.maps do
 
     for map = 1, e.maps do
 
       local drop = shipDropData[string.format("%d-%d", e.world, map)]
 
       local drop = shipDropData[string.format("%d-%d", e.world, map)]
       table.insert(result, string.format("<td%s>%s</td>", drop and ' style="background-color:#c8e6c9"' or "", drop and Formatting:tooltip2("", drop, "; ") or ""))
+
       table.insert(result, string.format("<td%s>%s</td>", drop and ' style="background-color:#c8e6c9"' or "", drop and Formatting:tooltip2("✔️", drop, "; ") or ""))
 
     end
 
     end
 
   end
 
   end
34,578

edits

Navigation menu