Misc/Fixes

* fixed db_structure.sql broken after
 * readded %-column to GO-Loot listviews
This commit is contained in:
Sarjuuk
2016-03-29 20:44:16 +02:00
parent c75777e5c3
commit b84854d4ba
3 changed files with 6 additions and 5 deletions

View File

@@ -391,10 +391,11 @@ class ObjectPage extends GenericPage
}
$tabData = array(
'data' => array_values($goLoot->getResult()),
'id' => 'contains',
'name' => '$LANG.tab_contains',
'sort' => ['-percent', 'name']
'data' => array_values($goLoot->getResult()),
'id' => 'contains',
'name' => '$LANG.tab_contains',
'sort' => ['-percent', 'name'],
'extraCols' => ['$Listview.extraCols.percent']
);
if ($hiddenCols)