Editing Module:HeroDataGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 410: | Line 410: | ||
[0.62] = {}, | [0.62] = {}, | ||
[0.68] = {}, | [0.68] = {}, | ||
[0. | [0.70] = {}, | ||
} | } | ||
| Line 440: | Line 440: | ||
for i = 1, max_rows do | for i = 1, max_rows do | ||
local row = {} | local row = {} | ||
for _, bucket in ipairs({0.62, 0.68, 0. | for _, bucket in ipairs({0.62, 0.68, 0.70}) do | ||
local hero_name = buckets[bucket][i] | local hero_name = buckets[bucket][i] | ||
table.insert(row, hero_name and current_frame:expandTemplate{title = "HeroIcon", args = {hero_name}} or "") | table.insert(row, hero_name and current_frame:expandTemplate{title = "HeroIcon", args = {hero_name}} or "") | ||