More poweraction parsing work.

This commit is contained in:
2024-08-20 17:37:17 -04:00
parent bda4bb66e1
commit 27c1ec0e55
2 changed files with 4 additions and 0 deletions
@@ -43,5 +43,6 @@ public class PowerActionEntry {
public boolean clearAggro = false;
public boolean targetBecomesPet = false;
public boolean destroyOldPet = false;
public mbEnums.ItemFlags itemFlag;
}