mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixes
* resolve more spellEffects/Auras * fixed item filter with multiple upgrade items * localized unknown spellAura/Effects text * remove unreferenced error code from image setup
This commit is contained in:
@@ -268,9 +268,6 @@ if (!CLI)
|
||||
if (count(array_filter(array_column($paths, 2))) != count($paths))
|
||||
{
|
||||
CLI::write('one or more required directories are missing:', CLI::LOG_ERROR);
|
||||
foreach ($missing as $m)
|
||||
CLI::write(' - '.$m, CLI::LOG_ERROR);
|
||||
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
||||
@@ -245,9 +245,6 @@ if (!CLI)
|
||||
if (count(array_filter(array_column($paths, 5))) != count($paths))
|
||||
{
|
||||
CLI::write('one or more required directories are missing:', CLI::LOG_ERROR);
|
||||
foreach ($missing as $m)
|
||||
CLI::write(' - '.$m, CLI::LOG_ERROR);
|
||||
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user