Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.95 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/scripts/handlers/itemhandlers/PaulinasSupportBox.java
  4. ===================================================================
  5. --- dist/game/data/scripts/handlers/itemhandlers/PaulinasSupportBox.java    (revision 5081)
  6. +++ dist/game/data/scripts/handlers/itemhandlers/PaulinasSupportBox.java    (working copy)
  7. @@ -592,7 +592,7 @@
  8.                             player.addItem(getClass().getSimpleName(), BOX_R_LIGHT, 1, player, true);
  9.                             player.addItem(getClass().getSimpleName(), WEAPON_DUALDAGGER_R, 1, player, true);
  10.                         }
  11. -                       if (CategoryData.getInstance().isInCategory(CategoryType.SIXTH_YR_GROUP, classId.getId()))
  12. +                       else if (CategoryData.getInstance().isInCategory(CategoryType.SIXTH_YR_GROUP, classId.getId()))
  13.                         {
  14.                             player.addItem(getClass().getSimpleName(), BOX_R_LIGHT, 1, player, true);
  15.                             player.addItem(getClass().getSimpleName(), WEAPON_BOW_R, 1, player, true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement