mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Fixed issue with Components column within MonStats2
This commit is contained in:
@ -24,7 +24,7 @@ public class MonStats2 extends Excel<MonStats2.Entry> {
|
||||
"HD", "TR", "LG", "RA", "LA", "RH", "LH", "SH", "S1", "S2", "S3", "S4", "S5", "S6", "S7", "S8"
|
||||
})
|
||||
public String ComponentV[];
|
||||
@Column(values = {
|
||||
@Column(endIndex = 16, values = {
|
||||
"HD", "TR", "LG", "RA", "LA", "RH", "LH", "SH", "S1", "S2", "S3", "S4", "S5", "S6", "S7", "S8"
|
||||
})
|
||||
public boolean Components[];
|
||||
|
Reference in New Issue
Block a user