Attack speed fix

This commit is contained in:
Light2
2013-09-27 16:58:59 +02:00
parent 7bf13d74c7
commit 0b503dafec
@@ -62,6 +62,7 @@ public class WeaponObject extends SWGObject {
super(objectID, planet, position, orientation, template);
messageBuilder = new WeaponMessageBuilder(this);
calculateRange();
calculateAttackSpeed();
}
@@ -271,6 +272,7 @@ public class WeaponObject extends SWGObject {
}
private void calculateAttackSpeed() {
int weaponType = getWeaponType();
switch(weaponType) {