feat(character/pvp): add pvp page
This commit is contained in:
parent
4c051e316c
commit
05706007f1
145 changed files with 302 additions and 107 deletions
|
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
|
||||
<script type="application/javascript">
|
||||
const talentsData = JSON.parse(`{{{data}}}`);
|
||||
const talentsData = {{{JSONstringify data}}};
|
||||
|
||||
for (let spec = 0; spec < 2; ++spec) {
|
||||
const $spec = $(`#talents-spec-${spec}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue