1233612337123381233912340123411234212343123441234512346
fortsiege = null; return false; } // Check if a siege is in progress and if attacker and the L2PcInstance aren't in the Attacker clan if (fortsiege.checkIsAttacker(((L2PcInstance) attacker).getClan()) && fortsiege.checkIsAttacker(getClan())) { fortsiege = null; return false; } }
1236212363123641236512366123671236812369123701237112372
else if (attacker instanceof L2FortSiegeGuardInstance) { if (getClan() != null) { FortSiege fortsiege = FortSiegeManager.getInstance().getSiege(this); return fortsiege != null && fortsiege.checkIsAttacker(getClan()); } } return false; }