Module:Mazunki/Monsters: Difference between revisions

m
itemList to monsterList didn't work
m (let's hope)
m (itemList to monsterList didn't work)
Line 14: Line 14:
local rows = {}
local rows = {}


local monsterList = Monsters.getMonsters(function(item) return true end)
-- local monsterList = Monsters.getMonsters(function(item) return true end)
table.sort(monsterList, function(a, b) return a.id < b.id end)
-- table.sort(monsterList, function(a, b) return a.id < b.id end)


local monsterID = 0
local monsterID = 0
892

edits