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:
@@ -639,7 +639,7 @@ class NpcPage extends GenericPage
|
||||
{
|
||||
$colAddIn = null;
|
||||
$extraCols = ["\$Listview.funcBox.createSimpleCol('stack', 'stack', '10%', 'stack')", '$Listview.extraCols.cost'];
|
||||
if ($soldItems->hasSetFields(['condition']))
|
||||
if ($soldItems->hasSetFields('condition'))
|
||||
$extraCols[] = '$Listview.extraCols.condition';
|
||||
|
||||
$lvData = $soldItems->getListviewData(ITEMINFO_VENDOR, [Type::NPC => [$this->typeId]]);
|
||||
|
||||
Reference in New Issue
Block a user