custom: added armory-formated string to TalentCalc summary (addon compatibility)
This commit is contained in:
parent
712c063cda
commit
425aede92e
1 changed files with 6 additions and 0 deletions
|
|
@ -603,6 +603,12 @@ function TalentCalc() {
|
|||
buffer += '</h2>';
|
||||
buffer += '<p></p>';
|
||||
|
||||
// custom: deploy old armory-string
|
||||
buffer += '<h3>' + LANG.tc_export + LANG.colon + '</h3>';
|
||||
buffer += '<blockquote style="font-family: \'Courier New\';">?cid=' + _currentClass + '&tal=' + $WowheadTalentCalculator.getBlizzBuild() + '</blockquote>';
|
||||
buffer += '<p></p>';
|
||||
// custom end
|
||||
|
||||
for (i = 0; i < _nTrees; ++i) {
|
||||
buffer += '<h3>' + c[i].n + ' (' + c[i].k + ' ' + LANG[c[i].k == 1 ? 'tc_point': 'tc_points'] + ')</h3>';
|
||||
buffer += '<blockquote>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue