More powerAction work

This commit is contained in:
2024-08-20 18:31:37 -04:00
parent f7b593149d
commit 27cc7655b3
+1
View File
@@ -183,6 +183,7 @@ public class PowerActionParser {
case "SimpleDamage":
case "MobRecall": // One argument always zero
case "ClearAggro":
case "ClearNearbyAggro":
break;
default:
Logger.error("Unhandled type " + powerActionEntry.action_type + " for Pow4erAction: " + powerActionEntry.action_id);