forked from MagicBane/Server
PowerAction parsing work.
This commit is contained in:
@@ -96,6 +96,7 @@ public class PowerActionParser {
|
|||||||
case "ApplyEffect":
|
case "ApplyEffect":
|
||||||
case "DeferredPower":
|
case "DeferredPower":
|
||||||
case "DirectDamage":
|
case "DirectDamage":
|
||||||
|
case "Invis":
|
||||||
while (headerIterator.hasNext()) {
|
while (headerIterator.hasNext()) {
|
||||||
effectDescription = new EffectDescription();
|
effectDescription = new EffectDescription();
|
||||||
effectDescription.effect_id = headerIterator.next();
|
effectDescription.effect_id = headerIterator.next();
|
||||||
|
|||||||
Reference in New Issue
Block a user