Skip to content

Commit

Permalink
fix: avatar energy transform in proudskill
Browse files Browse the repository at this point in the history
  • Loading branch information
phuchptty authored and Melledy committed Aug 31, 2022
1 parent 4ad419c commit 7dd0c89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/emu/grasscutter/data/excels/ProudSkillData.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ public Iterable<ItemParamData> getTotalCostItems() {

@Override
public void onLoad() {
if (this.getOpenConfig() != null & this.getOpenConfig().length() > 0) {
this.openConfig = "Avatar_" + this.getOpenConfig();
}
// Fight props
ArrayList<FightPropData> parsed = new ArrayList<FightPropData>(getAddProps().length);
for (FightPropData prop : getAddProps()) {
Expand Down

0 comments on commit 7dd0c89

Please sign in to comment.