Module:Monsters: Difference between revisions

typo fixes!
(Added getDungeonRewards)
(typo fixes!)
Line 660: Line 660:


   if area.type == 'dungeon' then
   if area.type == 'dungeon' then
     return p._getDungeonMonsterList(area)
     return p._getDungeonRewards(area)
   else
   else
     return "ERROR: "..areaName.." is not a dungeon"
     return "ERROR: "..areaName.." is not a dungeon"