Files
aowow/setup/tools/sqlgen/summonproperties.ss.php
Sarjuuk d2e109d818 SpellDetailPage
* attempted cleanup in effect generation and template
 * display summon properties
 * display unit of effect value
 * fix spell effect layout, typos, missing tools, ...
2024-08-19 21:35:36 +02:00

19 lines
310 B
PHP

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