mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-30 22:49:17 +07:00
Fixed incorrect stat assignment
This commit is contained in:
@ -156,7 +156,7 @@ public class PropertiesGenerator {
|
||||
}
|
||||
case 20: { // indestruct
|
||||
// TODO: set item maxdurability to 0?
|
||||
stats.put(Stat.item_mindamage_percent, 1);
|
||||
stats.put(Stat.item_indesctructible, 1);
|
||||
return;
|
||||
}
|
||||
case 21: { // ama, pal, nec, etc. (item_addclassskills) and fireskill
|
||||
|
Reference in New Issue
Block a user