Browse Source

break point

lakebane
FatBoy-DOTC 1 week ago
parent
commit
a04ad2f382
  1. 6
      src/engine/objects/MobEquipment.java

6
src/engine/objects/MobEquipment.java

@ -98,7 +98,11 @@ public class MobEquipment extends AbstractGameObject {
this.dropChance = dropChance; this.dropChance = dropChance;
this.parentID = 0; this.parentID = 0;
setMagicValue(); try {
setMagicValue();
}catch(Exception e){
}
} }
public static int getNewID() { public static int getNewID() {

Loading…
Cancel
Save