Please close already fixed it.
If someone will need it:
### Eclipse Workspace Patch 1.0
#P L2jFrozen_GameServer
Index: head-src/com/l2jfrozen/gameserver/model/L2Character.java
===================================================================
--- head-src/com/l2jfrozen/gameserver/model/L2Character.java (revision 1118)
+++ head-src/com/l2jfrozen/gameserver/model/L2Character.java (working copy)
@@ -1975,7 +1975,7 @@
*/
// Like L2OFF after a skill the player must stop the movement, also with toggle
- if (!skill.isPotion() && this instanceof L2PcInstance)
+ if (!skill.isPotion() && this instanceof L2PcInstance && !skill.isToggle())
((L2PcInstance) this).stopMove(null);