feat: use character data from database

This commit is contained in:
Axel Cocat 2022-01-02 18:36:16 +01:00
parent 028d0390f4
commit ac26336bc3
16 changed files with 159543 additions and 162 deletions

14
config.default.json Normal file
View file

@ -0,0 +1,14 @@
{
"realms": [
{
"name": "AzerothCore",
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "root",
"database": "acore_characters"
}
}
]
}