Spells/Reagents

* always check all reagent fields, they are not set first to last
This commit is contained in:
Sarjuuk
2024-05-05 14:31:15 +02:00
parent 92c51237c6
commit 6b25288e2b
20 changed files with 49 additions and 43 deletions

View File

@@ -59,7 +59,7 @@ class ObjectsPage extends GenericPage
if (!$objects->error)
{
$tabData['data'] = array_values($objects->getListviewData());
if ($objects->hasSetFields(['reqSkill']))
if ($objects->hasSetFields('reqSkill'))
$tabData['visibleCols'] = ['skill'];
// create note if search limit was exceeded