mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/DataStores
* do not rely on temporary converted dbc tables during runtime * create permanent tables instead
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user