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