More poweraction parsing work.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user