originally posted in:BungieNetPlatform
Verified - Sniper and Scout rifles are both being erroneously reported as Pulse Rifles. This will be fixed for our release next week, thank you for your report.
English
-
Awesome! Thanks so much, it started breaking my app so I had to hard code it for now haha.
-
Oy, I can see how that'd be a pain, my apologies! On BNet, we're moving to using the new "ItemCategories" definitions - these will be in the SQLite databases as of our deployment next week as well, so when you get time you can start moving to using those! They will hopefully be more convenient to use and maintain your code than all of those nasty hard-coded enumerations that I now regret ever creating. So when you get the chance come next week, dig into those new definitions, and toss aside the use of: ItemType ItemSubtype classType Wherever in your code that you can! You should ideally be able to data-drive with ItemDefinitions everything that you currently have to manually hard wire with the enumerations. Life will be so much better for everyone! Been a long time coming.