mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Added basic check for if stat required params
This commit is contained in:
parent
294d69ddc9
commit
03503a8f79
@ -392,7 +392,8 @@ public class Stat {
|
||||
}
|
||||
|
||||
static boolean hasParams(short stat) {
|
||||
return false; // TODO: determine if stat requires params
|
||||
final ItemStatCost.Entry entry = entry(stat);
|
||||
return entry.Encode >= 1 && entry.Encode <= 3; // TODO: determine if stat requires params
|
||||
}
|
||||
|
||||
private Stat() {}
|
||||
|
Loading…
Reference in New Issue
Block a user