diff --git a/static/js/TalentCalc.js b/static/js/TalentCalc.js index 52fbf211..0ee1987f 100644 --- a/static/js/TalentCalc.js +++ b/static/js/TalentCalc.js @@ -603,6 +603,12 @@ function TalentCalc() { buffer += ''; buffer += '

'; + // custom: deploy old armory-string + buffer += '

' + LANG.tc_export + LANG.colon + '

'; + buffer += '
?cid=' + _currentClass + '&tal=' + $WowheadTalentCalculator.getBlizzBuild() + '
'; + buffer += '

'; + // custom end + for (i = 0; i < _nTrees; ++i) { buffer += '

' + c[i].n + ' (' + c[i].k + ' ' + LANG[c[i].k == 1 ? 'tc_point': 'tc_points'] + ')

'; buffer += '
';