Skip to content

Commit f898c6d

Browse files
committed
fix
1 parent d8a48f5 commit f898c6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/robertx22/age_of_exile/database/data/stats/Stat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public String getIconNameFormat(String str) {
129129
}
130130

131131
public MutableComponent getMutableIconNameFormat() {
132-
return ExileText.ofTranslate(SlashRef.MODID + ".spell.conbine_icon_and_damage", this.getFormat() + this.icon, this.locName)
132+
return ExileText.ofTranslate(SlashRef.MODID + ".spell.conbine_icon_and_damage", this.getFormat() + this.icon, this.locName())
133133
.append("").format(ChatFormatting.GRAY)
134134
.get();
135135
}

src/main/java/com/robertx22/age_of_exile/database/data/value_calc/ScalingCalc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.robertx22.age_of_exile.database.data.value_calc;
2-
2+
import com.robertx22.age_of_exile.mmorpg.SlashRef;
33
import com.robertx22.age_of_exile.database.data.stats.Stat;
44
import com.robertx22.age_of_exile.database.data.stats.types.offense.WeaponDamage;
55
import com.robertx22.age_of_exile.database.registry.ExileDB;

0 commit comments

Comments
 (0)