Fixed potential soulshot issue.

This commit is contained in:
MobiusDevelopment
2021-12-16 23:14:03 +00:00
parent 65678e277c
commit e6b9b824c2
2 changed files with 0 additions and 4 deletions

View File

@@ -556,8 +556,6 @@ public class UseItem implements IClientIncomingPacket
{
// Charge Soulshot/Spiritshot like L2OFF
player.rechargeAutoSoulShot(true, true, false);
item.setChargedSoulshot(Item.CHARGED_NONE);
item.setChargedSpiritshot(Item.CHARGED_NONE);
}
// Consume mana - will start a task if required; returns if item is not a shadow item.
item.decreaseMana(false);