mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Added ent skillmods, fixed attribute points in buff workshop
This commit is contained in:
@@ -52,11 +52,11 @@ public class BuffItem {
|
||||
this.invested = invested;
|
||||
}
|
||||
|
||||
public int getAmount() {
|
||||
public int getBonusAmount() {
|
||||
return bonusAmount;
|
||||
}
|
||||
|
||||
public void setAmount(int amount) {
|
||||
public void setBonusAmount(int amount) {
|
||||
this.bonusAmount = amount;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user