PsychicMuffin / PathOfDamage

Calculates damage taken in Path of Exile based on character stats
http://pathofdamage.com
GNU General Public License v3.0
3 stars 2 forks source link

Encode items by ID #81

Open PsychicMuffin opened 7 years ago

PsychicMuffin commented 7 years ago

For items that were added by quick add, encode them by ID instead (this will only include name and elements, as it makes no sense to include values ever)

ficocelliguy commented 7 years ago

We have to check each row to see if the value has been changed after it was quick added, as well.

PsychicMuffin commented 7 years ago

I noted in the description that the value will be saved separately always, as it hardly saves much and can easily change. The ID will just bundle the name & elements.