aowow/setup/tools/sqlgen/soundemitter.func.php
Sarjuuk c2bbfe17a6 Setup/DataStores
* do not rely on temporary converted dbc tables during runtime
 * create permanent tables instead
2024-06-17 18:12:59 +02:00

18 lines
284 B
PHP

<?php
if (!defined('AOWOW_REVISION'))
die('illegal access');
if (!CLI)
die('not in cli mode');
SqlGen::register(new class extends SetupScript
{
use TrDBCcopy;
protected $command = 'soundemitters';
protected $dbcSourceFiles = ['soundemitters'];
});
?>