Prevent changing z based on calculated value.

This commit is contained in:
MobiusDev
2018-09-12 01:55:59 +00:00
parent f7338373bb
commit a47368f286
12 changed files with 0 additions and 12 deletions

View File

@@ -4288,7 +4288,6 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
final Location destiny = GeoEngine.getInstance().canMoveToTargetLoc(curX, curY, curZ, x, y, z, getInstanceId());
x = destiny.getX();
y = destiny.getY();
z = destiny.getZ();
dx = x - curX;
dy = y - curY;
dz = z - curZ;