mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Listview/Cost
* do not append 0 achievementpoints to cost builder. It will be displayed
This commit is contained in:
@@ -2572,7 +2572,6 @@ Listview.extraCols = {
|
||||
var side = null;
|
||||
var items = row.cost[2];
|
||||
var currency = row.cost[1];
|
||||
var achievementPoints = 0;
|
||||
|
||||
if (row.side != null)
|
||||
side = row.side;
|
||||
@@ -2584,7 +2583,7 @@ Listview.extraCols = {
|
||||
side = 2;
|
||||
}
|
||||
|
||||
Listview.funcBox.appendMoney(td, money, side, items, currency, achievementPoints);
|
||||
Listview.funcBox.appendMoney(td, money, side, items, currency);
|
||||
}
|
||||
},
|
||||
sortFunc: function(a, b, col)
|
||||
|
||||
Reference in New Issue
Block a user