mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc
* added option to 'verbose' concatenate a list of items to class Lang * added option to strip tags from a string to class Markdown * fixed several instances of wrong categories on pages * actually display world state conditions for zone music * some typos all over the place
This commit is contained in:
@@ -350,7 +350,7 @@ class ObjectPage extends GenericPage
|
||||
if ($goLoot->getByContainer(LOOT_GAMEOBJECT, $_))
|
||||
{
|
||||
$extraCols = $goLoot->extraCols;
|
||||
$extraCols[] = 'Listview.extraCols.percent';
|
||||
$extraCols[] = '$Listview.extraCols.percent';
|
||||
$hiddenCols = ['source', 'side', 'slot', 'reqlevel'];
|
||||
|
||||
$this->extendGlobalData($goLoot->jsGlobals);
|
||||
@@ -375,7 +375,7 @@ class ObjectPage extends GenericPage
|
||||
'id' => 'contains',
|
||||
'name' => '$LANG.tab_contains',
|
||||
'sort' => ['-percent', 'name'],
|
||||
'extraCols' => ['$Listview.extraCols.percent']
|
||||
'extraCols' => $extraCols
|
||||
);
|
||||
|
||||
if ($hiddenCols)
|
||||
|
||||
Reference in New Issue
Block a user