diff --git a/endpoints/npc/npc.php b/endpoints/npc/npc.php index 25e7cf72..72f4500e 100644 --- a/endpoints/npc/npc.php +++ b/endpoints/npc/npc.php @@ -533,7 +533,7 @@ class NpcBaseResponse extends TemplateResponse implements ICache $soldItems = new ItemList(array(['id', $sells])); if (!$soldItems->error) { - $colAddIn = null; + $colAddIn = ''; $extraCols = ["\$Listview.funcBox.createSimpleCol('stack', 'stack', '10%', 'stack')", '$Listview.extraCols.cost']; $lvData = $soldItems->getListviewData(ITEMINFO_VENDOR, [Type::NPC => [$this->typeId]]);