Skip to content

Commit

Permalink
added stat column to weapon picker
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Apr 21, 2024
1 parent 5b3a1d3 commit ab90adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/web/app/widgets/data/item-table/item-table-adapter.ts
Expand Up @@ -161,6 +161,7 @@ export function buildPickerItemGridOptions(util: TableGridUtils<ItemTableRecord>
// colDefPin(util),
itemColItemId(util),
itemColPerks(util),
itemColAttributeMods(util),
itemColRarity(util),
itemColTier(util),
itemColItemTypeName(util),
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nw-buddy",
"version": "5.0.1-2",
"version": "5.0.1-3",
"description": "New World Buddy",
"keywords": [],
"main": "dist/electron/main.js",
Expand Down

0 comments on commit ab90adc

Please sign in to comment.