forked from MagicBane/Server
More poweraction parsing work.
This commit is contained in:
@@ -136,7 +136,7 @@ public class PowerActionParser {
|
||||
statTransfer.fromStatBool = Boolean.parseBoolean(headerIterator.next());
|
||||
statTransfer.toStatBool = Boolean.parseBoolean(headerIterator.next());
|
||||
statTransfer.transfer_action = headerIterator.next();
|
||||
statTransfer.tranfer_ticks = Integer.parseInt(headerIterator.next());
|
||||
statTransfer.transfer_ticks = Integer.parseInt(headerIterator.next());
|
||||
powerActionEntry.statTransfer = statTransfer;
|
||||
break;
|
||||
case "Charm":
|
||||
|
||||
Reference in New Issue
Block a user