More poweraction parsing work.

This commit is contained in:
2024-08-20 17:34:15 -04:00
parent 2691b4317b
commit bda4bb66e1
2 changed files with 4 additions and 0 deletions
@@ -42,5 +42,6 @@ public class PowerActionEntry {
public boolean removeAll = false;
public boolean clearAggro = false;
public boolean targetBecomesPet = false;
public boolean destroyOldPet = false;
}