Setup/DataStores

* do not rely on temporary converted dbc tables during runtime
 * create permanent tables instead
This commit is contained in:
Sarjuuk
2024-06-17 15:02:07 +02:00
parent 7b924a197e
commit c2bbfe17a6
10 changed files with 134 additions and 30 deletions

View File

@@ -30,6 +30,10 @@ function setup() : void
['dbconfig', [null, null], 'testDB', 'Please enter your database credentials.', 'could not establish connection to:'],
['siteconfig', [null, null], 'testSelf', 'SITE_HOST and STATIC_HOST '.CLI::bold('must').' be set. Also enable FORCE_SSL if needed. You may also want to change other variables such as NAME, NAME_SHORT or LOCALES.', 'could not access:'],
// sql- and build- stuff here
['SqlGen::generate', 'dungeonmap', null, null, null],
['SqlGen::generate', 'skilllineability', null, null, null],
['SqlGen::generate', 'soundemitters', null, null, null],
['SqlGen::generate', 'worldmaparea', null, null, null],
['SqlGen::generate', 'areatrigger', null, null, null],
['SqlGen::generate', 'achievementcriteria', null, null, null],
['SqlGen::generate', 'glyphproperties', null, null, null],