feat(character/pvp): add pvp page

This commit is contained in:
Axel Cocat 2022-03-09 14:28:21 +01:00
parent 4c051e316c
commit 05706007f1
145 changed files with 302 additions and 107 deletions

View file

@ -66,7 +66,7 @@
debug: () => { },
};
const charData = JSON.parse(`{{{data}}}`);
const charData = {{{JSONstringify data}}};
const races = {
1: "human",
2: "orc",