if(!(lastAttacker instanceof L2PcInstance))
return;
killingChar = (L2PcInstance) lastAttacker;
L2Party associatedParty = killingChar.getParty();
killingChar = null;
if(associatedParty == null)
return;
L2PcInstance partyLeader = associatedParty.getPartyMembers().get(0);
L2ItemInstance addedOfferings = partyLeader.getInventory().addItem("Sign", SevenSignsFestival.FESTIVAL_OFFERING_ID, _bonusMultiplier, partyLeader, this);
associatedParty = null;
InventoryUpdate iu = new InventoryUpdate();