mofr / Diablerie

Diablo 2 reimplementation on unity
MIT License
933 stars 212 forks source link

Fix item perLevel property computation #103

Open mofr opened 4 years ago

mofr commented 4 years ago

Should be: int perLevel = prop.param != null ? int.Parse(prop.param) / 8 : 1; In Item.DescibeProperty (func 17).

cc @giviz