Also no need for check at rechargeShots.

This commit is contained in:
MobiusDev 2016-07-09 00:05:54 +00:00
parent 5fcdb33a74
commit bcc567c4bc

View File

@ -13882,10 +13882,7 @@ public final class L2PcInstance extends L2Playable
sendPacket(new ExAutoSoulShot(summonSoulShotId, true, 2)); sendPacket(new ExAutoSoulShot(summonSoulShotId, true, 2));
sendPacket(new ExAutoSoulShot(summonSpiritShotId, true, 3)); sendPacket(new ExAutoSoulShot(summonSpiritShotId, true, 3));
if (!getAutoSoulShot().isEmpty()) rechargeShots(true, true, true);
{
rechargeShots(true, true, true);
}
} }
public GroupType getGroupType() public GroupType getGroupType()