More poweraction parsing work.

This commit is contained in:
2024-08-20 16:51:59 -04:00
parent 7723ac8830
commit 5d054142ff
+1 -1
View File
@@ -139,7 +139,7 @@ public class PowerActionParser {
statTransfer.tranfer_ticks = Integer.parseInt(headerIterator.next());
powerActionEntry.statTransfer = statTransfer;
break;
case "CHARM":
case "Charm":
effectDescription = new EffectDescription();
effectDescription.effect_id = headerIterator.next();
effectDescription.level = Integer.parseInt(headerIterator.next());