Skip to content

Instantly share code, notes, and snippets.

@LucusAngel
Last active August 29, 2015 14:08
Show Gist options
  • Save LucusAngel/e0bcfca43e5a4047d593 to your computer and use it in GitHub Desktop.
Save LucusAngel/e0bcfca43e5a4047d593 to your computer and use it in GitHub Desktop.
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: dist/game/data/scripts/handlers/targethandlers/Ground.java
===================================================================
--- dist/game/data/scripts/handlers/targethandlers/Ground.java (revision 10484)
+++ dist/game/data/scripts/handlers/targethandlers/Ground.java (working copy)
@@ -52,6 +52,11 @@
continue;
}
+ if (character.isDoor())
+ {
+ continue;
+ }
+
if ((maxTargets > 0) && (targetList.size() >= maxTargets))
{
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment