|
@@ -2145,6 +2145,8 @@ public class L2Attackable extends L2Npc
|
|
|
{
|
|
|
// Split the name of the crystal into 'name' & 'level'
|
|
|
crystalNFO = item.getItem().getName().trim().replace(" Stage ", "").split("-");
|
|
|
+ if (crystalNFO.length != 2)
|
|
|
+ crystalNFO = item.getItem().getName().trim().replace(" Stage ", "").split(":");
|
|
|
// Get Level
|
|
|
crystalLVL = Integer.parseInt(crystalNFO[1].trim());
|
|
|
}
|