wife.removeQuest(marriage.getQuestSlot());
wife.removeQuest(marriage.getSpouseQuestSlot());
wife.sendPrivateText(husband.getName() + " has divorced from you.");
npc.say("What a pity...what a pity...and you two were married so happily, too...");
} else {
DBCommandQueue.get().enqueue(new StoreMessageCommand("Wilfred", partnerName, husband.getName() + " has divorced from you!" , "N"));
}
if (husband.isEquipped("money", 200*husband.getLevel())) {
husband.drop("money", 200*husband.getLevel());
} else {
final int xp = (int) (husband.getXP() * 0.03);