Files
aowow/setup/tools/sqlgen/skilllineability.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

19 lines
290 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 = 'skilllineability';
protected $dbcSourceFiles = ['skilllineability'];
});
?>