Changes

m
no edit summary
Line 278: Line 278:  
          
 
          
 
         local content = "Notable Drops<br />"
 
         local content = "Notable Drops<br />"
         for i in 1, #drops do
+
         for i = 1, #drops do
 
             content = content .. drops[i] .. " "
 
             content = content .. drops[i] .. " "
 
             if i % 4 == 0 then content = content .. "<br />" end
 
             if i % 4 == 0 then content = content .. "<br />" end
48

edits