xRelic

Fix soulshot l2jfrozen 1132

Jul 9th, 2021
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Index: head-src/com/l2jfrozen/gameserver/network/clientpackets/UseItem.java
  2. ===================================================================
  3. --- head-src/com/l2jfrozen/gameserver/network/clientpackets/UseItem.java (revision 1132)
  4. +++ head-src/com/l2jfrozen/gameserver/network/clientpackets/UseItem.java (working copy)
  5. @@ -598,8 +598,8 @@
  6.  
  7. // charge Soulshot/Spiritshot like L2OFF
  8. activeChar.rechargeAutoSoulShot(true, true, false, 0);
  9. - item.setChargedSoulshot(L2ItemInstance.CHARGED_NONE);
  10. - item.setChargedSpiritshot(L2ItemInstance.CHARGED_NONE);
  11. }
  12. // Consume mana - will start a task if required; returns if item is not a shadow item
Advertisement
Add Comment
Please, Sign In to add comment