Skip to content

Commit

Permalink
Added a few more items to HoW list.
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburnedGoose committed May 18, 2015
1 parent 9c1425f commit 22f30e9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Destiny Item Manager",
"version": "3.0.5",
"version": "3.0.5.1",
"description": "Robust interface to manage gear, weapons, and items in destiny.",
"icons": {
"16": "icon16.png",
Expand Down
19 changes: 18 additions & 1 deletion app/scripts/services/dimStoreService.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,24 @@
itemType = 'Lost Items';
}

var how = [775290250,
var how = [27147831,
42955693,
67667123,
90237898,
218050499,
265815054,
335523232,
339830484,
393928834,
396000457,
458051526,
503662095,
523254923,
539209176,
561917151,
624069029,
714364949,
775290250,
795669148,
860021733,
882909349,
Expand Down
2 changes: 1 addition & 1 deletion app/views/about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div dim-about dim-click-anywhere-but-here="app.closeLoadoutPopup()">
<h3>About Destiny Item Manager (DIM)</h3>
<h4>Version 3.0.5</h4>
<h4>Version 3.0.5.1</h4>
<p>
DIM is built upon the same services used by Bungie.net and the Destiny Companion App. DIM can access the items within your Guardians inventory and the Vault for both PlayStation and Xbox, if you have played on either platforms.
</p>
Expand Down

0 comments on commit 22f30e9

Please sign in to comment.