Setup/Fixups

* added lost changes from
   321f28d35c and
   62acd541b2 to setup
This commit is contained in:
Sarjuuk
2020-06-25 19:27:33 +02:00
parent d858c85465
commit 844a4c0e52
2 changed files with 1 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ function firstrun()
['dbconfig', null, 'testDB', 'Please enter your database credentials.', 'could not establish connection to:'],
['siteconfig', 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', 'achievementcategory', null, null, null],
['SqlGen::generate', 'achievementcriteria', null, null, null],
['SqlGen::generate', 'glyphproperties', null, null, null],
['SqlGen::generate', 'itemenchantment', null, null, null],

View File

@@ -12,7 +12,7 @@ SqlGen::register(new class extends SetupScript
protected $command = 'areatrigger';
protected $tblDependancyTC = ['areatrigger_involvedrelation', 'areatrigger_scripts', 'areatrigger_tavern', 'areatrigger_teleport', 'quest_template', 'quest_template_addon'];
protected $dbcSourceFiles = ['areatrigger'];
protected $dbcSourceFiles = ['areatrigger', 'worldmaparea', 'dungeonmap'];
public function generate(array $ids = []) : bool
{