Module:Skills: Difference between revisions

getMasteryCheckpointTable: Actually fix it this time
(getMasteryUnlockTable, getMasteryCheckpointTable: Fix SkillData lookup)
(getMasteryCheckpointTable: Actually fix it this time)
Line 261: Line 261:
end
end


local totalPoolXP = SkillData[skillID].baseMasteryPoolCap
local totalPoolXP = SkillData[localSkillID].baseMasteryPoolCap
local result = '{|class="wikitable"\r\n!Pool %!!style="width:100px"|Pool XP!!Bonus'
local result = '{|class="wikitable"\r\n!Pool %!!style="width:100px"|Pool XP!!Bonus'
for i, checkpointDesc in ipairs(checkpoints) do
for i, checkpointDesc in ipairs(checkpoints) do