Advertisement
horato

another aio fail

Aug 22nd, 2011
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_DataPack_BETA
  3. Index: data/scripts/custom/HeroCirclet/HeroCirclet.java
  4. ===================================================================
  5. --- data/scripts/custom/HeroCirclet/HeroCirclet.java (revision 8223)
  6. +++ data/scripts/custom/HeroCirclet/HeroCirclet.java (working copy)
  7. @@ -23,7 +23,7 @@
  8. {
  9. private final static int[] npcIds =
  10. {
  11. - 31690,31769,31770,31771,31772
  12. + 31690,31769,31770,31771,31772,101010
  13. };
  14.  
  15. public HeroCirclet(int questId, String name, String descr)
  16. Index: data/scripts/custom/HeroWeapon/HeroWeapon.java
  17. ===================================================================
  18. --- data/scripts/custom/HeroWeapon/HeroWeapon.java (revision 8223)
  19. +++ data/scripts/custom/HeroWeapon/HeroWeapon.java (working copy)
  20. @@ -24,7 +24,7 @@
  21. {
  22. private final static int[] npcIds =
  23. {
  24. - 31690,31769,31770,31771,31772
  25. + 31690,31769,31770,31771,31772,101010
  26. };
  27.  
  28. private final static int[] weaponIds =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement