4,951
edits
Falterfire (talk | contribs) (I believe I fixed the issues with spell descriptions.) |
Falterfire (talk | contribs) (typing is hard) |
||
Line 624: | Line 624: | ||
rowTxt = rowTxt..'||data-sort-value="'..Magic.getSpellTypeIndex(spell.type)..'"|' | rowTxt = rowTxt..'||data-sort-value="'..Magic.getSpellTypeIndex(spell.type)..'"|' | ||
rowTxt = rowTxt..Magic.getSpellTypeLink(spell.type) | rowTxt = rowTxt..Magic.getSpellTypeLink(spell.type) | ||
rowTxt = rowTxt..'||'..Magic. | rowTxt = rowTxt..'||'..Magic._getSpellStat(spell, 'description') | ||
rowTxt = rowTxt..'||style="text-align:center"|' | rowTxt = rowTxt..'||style="text-align:center"|' | ||
rowTxt = rowTxt..Magic._getSpellRunes(spell) | rowTxt = rowTxt..Magic._getSpellRunes(spell) |