Changes

m
no edit summary
Line 210: Line 210:     
function Combat.table(frame)
 
function Combat.table(frame)
     local types = { dd = dd, cl = dd, clt = dd, ca = dd, bb = dd }
+
     local typ = ({ dd = "dd", cl = "dd", clt = "dd", ca = "dd", bb = "dd" })[frame.args["type"]]
    local typ = types[frame.args["type"]]
   
     if not typ then
 
     if not typ then
 
         return ""
 
         return ""
cssedit, gkautomate
6,926

edits