break point

This commit is contained in:
2025-02-15 07:23:34 -06:00
parent 257a8aff15
commit a04ad2f382
+5 -1
View File
@@ -98,7 +98,11 @@ public class MobEquipment extends AbstractGameObject {
this.dropChance = dropChance;
this.parentID = 0;
setMagicValue();
try {
setMagicValue();
}catch(Exception e){
}
}
public static int getNewID() {