diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; } diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java index ba8193a852..42af3cfba7 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/targethandlers/affectscope/PartyPledge.java @@ -71,7 +71,7 @@ public class PartyPledge implements IAffectScopeHandler { final Party pParty = p.getParty(); final int pClanId = p.getClanId(); - if (((pClanId == 0) && (pParty == null)) || ((clanId != pClanId) && (party != pParty))) + if ((pParty == null) || ((clanId != pClanId) && (party != pParty))) { return false; }