update location

This commit is contained in:
2025-03-18 19:44:55 -05:00
parent 165e721eb8
commit dbe748bcdd
2 changed files with 14 additions and 3 deletions
@@ -31,6 +31,8 @@ public class MoveToPointHandler extends AbstractClientMsgHandler {
if (pc == null)
return false;
pc.setIsCasting(false);
pc.setItemCasting(false);
MovementManager.movement(msg, pc);
return true;
}