Replaced pointless checks with activeSoulShots list clear.

This commit is contained in:
MobiusDev 2016-07-09 00:01:38 +00:00
parent 74fa05d65e
commit 5fcdb33a74

View File

@ -13858,13 +13858,7 @@ public final class L2PcInstance extends L2Playable
}
}
for (int shotId : getAutoSoulShot())
{
if ((shotId != soulShotId) && (shotId != spiritShotId) && (shotId != summonSoulShotId) && (shotId != summonSpiritShotId))
{
removeAutoSoulShot(shotId);
}
}
_activeSoulShots.clear();
if (soulShotId != 0)
{