Skip to content
Snippets Groups Projects
Commit bde551c4 authored by Zoey76's avatar Zoey76
Browse files

BETA: Fixing scroll teleport.

	* Reported by: Midas, Twist, Konstantinos, u3games
	* Patch by: St3eT
	* Tested by: Konstantinos, u3games
parent aad8f8ab
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,8 @@ public class Escape extends L2Effect ...@@ -59,6 +59,8 @@ public class Escape extends L2Effect
return false; return false;
} }
getEffected().teleToLocation(MapRegionManager.getInstance().getTeleToLocation(getEffected(), _escapeType), true); getEffected().teleToLocation(MapRegionManager.getInstance().getTeleToLocation(getEffected(), _escapeType), true);
getEffected().getActingPlayer().setIsIn7sDungeon(false);
getEffected().setInstanceId(0);
return true; return true;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment