forked from MagicBane/Server
More poweraction parsing work.
This commit is contained in:
@@ -139,7 +139,7 @@ public class PowerActionParser {
|
|||||||
statTransfer.tranfer_ticks = Integer.parseInt(headerIterator.next());
|
statTransfer.tranfer_ticks = Integer.parseInt(headerIterator.next());
|
||||||
powerActionEntry.statTransfer = statTransfer;
|
powerActionEntry.statTransfer = statTransfer;
|
||||||
break;
|
break;
|
||||||
case "CHARM":
|
case "Charm":
|
||||||
effectDescription = new EffectDescription();
|
effectDescription = new EffectDescription();
|
||||||
effectDescription.effect_id = headerIterator.next();
|
effectDescription.effect_id = headerIterator.next();
|
||||||
effectDescription.level = Integer.parseInt(headerIterator.next());
|
effectDescription.level = Integer.parseInt(headerIterator.next());
|
||||||
|
|||||||
Reference in New Issue
Block a user