Setup/Mails
* add lost world db dependencies to script
This commit is contained in:
parent
8431329645
commit
91f8fe8925
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