mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
removing smarty - part XI
- readded npc/npcs, itemset/itemsets, skill/skills - reduced size of conditions-column
This commit is contained in:
@@ -6235,7 +6235,7 @@ Listview.extraCols = {
|
||||
|
||||
id: 'condition',
|
||||
name: LANG.requires,
|
||||
width: '30%',
|
||||
width: '25%',
|
||||
compute: function(row, td) {
|
||||
if (!row.condition || !$WH.is_array(row.condition)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user