originally posted in:BungieNetPlatform
i noticed this also.
looking at the most recent manifest file in the `DestinyInventoryItemDefinition` table.... it's totally gone.
English
-
yeah so strange, PLS FIX! haha Bungie, even your app is broken due to this, both on the web and mobile (iOS for me).
-
the funny thing, is that my app does work correctly :P so i can still do things with it, but both the bungie website and app and the chrome plugin they dont even show it :)
-
If you've got an older version of the manifest database, you'll still have the definition for the item! The missing definition is a bug on our side - and if you don't automatically grab the new manifest database when we release it, you'll have this item (but may be missing other items... or you may have content mismatches for content that is not version independent, such as Talent Nodes and Vendor Sale items) I don't know for sure what other 3rd party devs do, but I imagine they're periodically checking for new manifest databases in their backend and automatically updating their data with ours when we release a new version... which is why they fail when we do on this bug. It's a good practice, just with this troublesome side effect for this particular item.
-
Exactly what I am doing. It is good practice, because it helps future proof a bit. Good example is when HoW comes out and all the new items drop in the manifest. If you are not updating you app will most certainly break due to not handling new the new items properly.