Profiler/CLI
* move command line related functions to its own class
This commit is contained in:
parent
f25498d4d0
commit
b0a5f477c1
39 changed files with 595 additions and 588 deletions
|
|
@ -134,7 +134,7 @@ function creature(array $ids = [])
|
|||
{
|
||||
$newMax = max(array_column($npcs, 'entry'));
|
||||
|
||||
CLISetup::log(' * sets '.($lastMax + 1).' - '.$newMax);
|
||||
CLI::write(' * sets '.($lastMax + 1).' - '.$newMax);
|
||||
|
||||
$lastMax = $newMax;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue