|
|
@ -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() { |
|
|
|