mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Spells/Reagents
* always check all reagent fields, they are not set first to last
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user