Update app.config

Author Brian <brian1461748123@gmail.com>
Author date 2016-07-30 15:41:36
Author local date 2016-07-30 08:41:36 -0700
Committer Brian <brian1461748123@gmail.com>
Committer date 2016-07-30 15:41:36
Committer local date 2016-07-30 08:41:36 -0700
Commit 129e12b07bc19937c1a52ac332a2f2c9f7064a63
Tree 070facc0cd9cc0aeea1f23cba0cfc3ab21ff5bdf
Parent 437f764dfc36ce3aa3441c9fbab4d71e99159335
Update app.config

added
<add key="MaxItemPokeBall" value="100"/>
<add key="MaxItemGreatBall" value="100"/>
<add key="MaxItemUltraBall" value="100"/>
<add key="MaxItemMasterBall" value="200"/>
<add key="MaxItemRazzBerry" value="100"/>
<add key="MaxItemRevive" value="20"/>
<add key="MaxItemPotion" value="0"/>
<add key="MaxItemSuperPotion" value="0"/>
<add key="MaxItemHyperPotion" value="50"/>
<add key="MaxItemMaxPotion" value="100"/>

to config to prevent dumping all items
Affected files:
PokemonGo/RocketAPI/Window/App.config
You may download the files in Public Git.