Added additional fields to Skills excel

This commit is contained in:
Collin Smith 2020-08-21 18:33:06 -07:00
parent 28dffc917f
commit ee62188c91

View File

@ -52,5 +52,9 @@ public class Skills extends Excel<Skills.Entry> {
@Column public boolean leftskill;
@Column public boolean passive;
@Column public boolean aura;
@Column public int srvstfunc;
@Column public int srvdofunc;
@Column public int cltstfunc;
@Column public int cltdofunc;
}
}