targetPlayer.setDonator(true);
targetPlayer.updateNameTitleColor();
updateDatabase(targetPlayer, true);
sendMessages(true, targetPlayer, activeChar, false, true);
targetPlayer.broadcastPacket(new SocialAction(targetPlayer.getObjectId(), 16));
targetPlayer.broadcastUserInfo();
}
else
{
targetPlayer.setDonator(false);
targetPlayer.updateNameTitleColor();