break;
}
// if the category doesn't exit, create it and add the drop
if(!catExists)
{
L2DropCategory cat = new L2DropCategory(categoryType);
cat.addDropData(drop, type.equalsIgnoreCase("L2RaidBoss") || type.equalsIgnoreCase("L2GrandBoss"));
_categories.add(cat);
}
//}
}
}