Editing Module:HeroDataArraysGive 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 963: | Line 963: | ||
local rows = {} | local rows = {} | ||
for name, data in pairs( | for name, data in pairs(heroCritData) do | ||
table.insert(rows, { | table.insert(rows, { | ||
name = name, | name = name, | ||