4,951
edits
Falterfire (talk | contribs) (Fixed use list for Shards to also check for the Summoning category) |
Falterfire (talk | contribs) (I believe I fixed the issues with spell descriptions.) |
||
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.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) |