mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* make time formatting js compatible * add auto-discovery for rss feeds * fix typos * define more magic numbers
This commit is contained in:
@@ -89,7 +89,7 @@ CLISetup::registerSetup("build", new class extends SetupScript
|
||||
$_spells[] = $set['spell'.$i];
|
||||
}
|
||||
|
||||
// costy and locale-independant -> cache
|
||||
// costy and locale-independent -> cache
|
||||
if ($_spells)
|
||||
$jsonBonus += (new SpellList(array(['s.id', $_spells])))->getStatGain();
|
||||
|
||||
|
||||
@@ -406,7 +406,7 @@ abstract class SetupScript
|
||||
protected $worldDependency = []; // query when this table changed (--sync command)
|
||||
|
||||
protected $info = []; // arr: 0 => self, n => genSteps cmd => [[arr<str>:optionalArgs], int:argFlags, str:description]
|
||||
protected $setupAfter = [[], []]; // [[sqlgen], [filegen]] used to sort scripts that rely on each other being executed in the right order (script names are not nessecarily the same as their table names)
|
||||
protected $setupAfter = [[], []]; // [[sqlgen], [filegen]] used to sort scripts that rely on each other being executed in the right order (script names are not necessarily the same as their table names)
|
||||
|
||||
protected $success = true;
|
||||
protected $localized = false; // push locale directories onto $requiredDirs?
|
||||
|
||||
Reference in New Issue
Block a user