|
@@ -3383,8 +3383,8 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
|
|
|
}
|
|
|
|
|
|
if (distFraction < 1) {
|
|
|
- m._xAccurate += dx * distFraction;;
|
|
|
- m._yAccurate += dy * distFraction;;
|
|
|
+ m._xAccurate += dx * distFraction;
|
|
|
+ m._yAccurate += dy * distFraction;
|
|
|
|
|
|
// Set the position of the L2Character to estimated after parcial move
|
|
|
super.setXYZ((int) (m._xAccurate), (int) (m._yAccurate), zPrev + (int) ((dz * distFraction) + 0.5));
|