mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/Mails
* add lost world db dependencies to script
This commit is contained in:
@@ -9,9 +9,10 @@ if (!CLI)
|
|||||||
|
|
||||||
SqlGen::register(new class extends SetupScript
|
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
|
public function generate(array $ids = []) : bool
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user