summaryrefslogtreecommitdiff
path: root/src/routers/vault/types/Char.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/routers/vault/types/Char.js')
-rw-r--r--src/routers/vault/types/Char.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routers/vault/types/Char.js b/src/routers/vault/types/Char.js
index a90b950..98a0f46 100644
--- a/src/routers/vault/types/Char.js
+++ b/src/routers/vault/types/Char.js
@@ -12,6 +12,8 @@ module.exports = class Char {
baseLevel = 1;
/** gender of the char */
gender = "N";
+ /** when the char was created */
+ creationTime = 0;
constructor (acc, id, name) {
this.account = acc;