no more persistent fury AoEs

This commit is contained in:
2025-03-28 19:04:12 -05:00
parent ab42e87310
commit 11211af6f0
+2 -1
View File
@@ -47,8 +47,9 @@ public class PersistentAoeJob extends AbstractEffectJob {
if(this.source.isAlive() && this.source.getObjectType().equals(GameObjectType.PlayerCharacter)){
PlayerCharacter pc = (PlayerCharacter)this.source;
if(pc.isBoxed){
if(pc.getPromotionClassID() == 2511){
this.cancelJob();
return;
}
}