Changes

m
✔️
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