Merge remote-tracking branch 'github/master' into ghMaster

This commit is contained in:
Sarjuuk
2022-02-28 21:03:36 +01:00

View File

@@ -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
{