572
edits
Falterfire (talk | contribs) (Fixed TotH icons not properly being used for the Herblore table) |
(p._getRecipeTable -> skill.baseInterval is in milliseconds, not seconds (fixes GP/s and XP/s in tables)) |
||
Line 236: | Line 236: | ||
return 'ERROR: No such category ' .. categoryName .. ' for skill ' .. skillName .. ', the following are available: ' .. table.concat(catNames, ', ') | return 'ERROR: No such category ' .. categoryName .. ' for skill ' .. skillName .. ', the following are available: ' .. table.concat(catNames, ', ') | ||
end | end | ||
local actionInterval = SkillData[skillName].baseInterval | local actionInterval = SkillData[skillName].baseInterval/1000 | ||
-- Validation: Skill data | -- Validation: Skill data |
edits