Merge remote-tracking branch 'github/master' into ghMaster
This commit is contained in:
commit
33ec14f232
1 changed files with 3 additions and 2 deletions
|
|
@ -9,9 +9,10 @@ if (!CLI)
|
|||
|
||||
SqlGen::register(new class extends SetupScript
|
||||
{
|
||||
protected $command = 'mails';
|
||||
protected $command = 'mails';
|
||||
|
||||
protected $dbcSourceFiles = ['mailtemplate'];
|
||||
protected $tblDependencyTC = ['achievement_reward', 'achievement_reward_locale', 'mail_loot_template'];
|
||||
protected $dbcSourceFiles = ['mailtemplate'];
|
||||
|
||||
public function generate(array $ids = []) : bool
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue