feat(character): add equipment tooltips

This commit is contained in:
Axel Cocat 2022-01-04 01:30:33 +01:00
parent 7a9bb172ea
commit 73916950b7
31 changed files with 60862 additions and 17 deletions

View file

@ -10,5 +10,12 @@
"database": "acore_characters"
}
}
]
],
"worldDatabase": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "root",
"database": "acore_world"
}
}