Prevent falling in game graphics.

This commit is contained in:
mobius 2015-01-02 14:28:53 +00:00
parent 450fffc3e8
commit ead9206d06

View File

@ -13523,6 +13523,9 @@ public final class L2PcInstance extends L2Playable
sendPacket(sm);
}
// Prevent falling in game graphics.
sendPacket(new ValidateLocation(this));
setFalling();
return false;