In revision 8795, unspaded drops where changed to be marked as 's' so that they could have a 1% drop rate instead of a 0% drop rate. In the process, MonsterDatabase.shouldStealItem() was changed to always return false for unspaded drops.
There was a bit of discussion in this thread about changing MonsterDatabase.shouldStealItem() to remove unspaded drops from the unpickpocketable types, but it wasn't changed.
I can't think of any reason to prevent unspaded items to being pickpocketable, so here is a simple patch that removes line 582 of MonsterDatabase.java.
There was a bit of discussion in this thread about changing MonsterDatabase.shouldStealItem() to remove unspaded drops from the unpickpocketable types, but it wasn't changed.
I can't think of any reason to prevent unspaded items to being pickpocketable, so here is a simple patch that removes line 582 of MonsterDatabase.java.