forked from MagicBane/Server
no more persistent fury AoEs
This commit is contained in:
@@ -47,8 +47,9 @@ public class PersistentAoeJob extends AbstractEffectJob {
|
|||||||
|
|
||||||
if(this.source.isAlive() && this.source.getObjectType().equals(GameObjectType.PlayerCharacter)){
|
if(this.source.isAlive() && this.source.getObjectType().equals(GameObjectType.PlayerCharacter)){
|
||||||
PlayerCharacter pc = (PlayerCharacter)this.source;
|
PlayerCharacter pc = (PlayerCharacter)this.source;
|
||||||
if(pc.isBoxed){
|
if(pc.getPromotionClassID() == 2511){
|
||||||
this.cancelJob();
|
this.cancelJob();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user