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:
Sarjuuk
2023-03-09 17:13:34 +01:00
parent ca26955ac2
commit ffa4cf5b29
13 changed files with 51 additions and 62 deletions

View File

@@ -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

View File

@@ -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