Replaced pointless checks with activeSoulShots list clear.
This commit is contained in:
parent
74fa05d65e
commit
5fcdb33a74
@ -13858,13 +13858,7 @@ public final class L2PcInstance extends L2Playable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int shotId : getAutoSoulShot())
|
_activeSoulShots.clear();
|
||||||
{
|
|
||||||
if ((shotId != soulShotId) && (shotId != spiritShotId) && (shotId != summonSoulShotId) && (shotId != summonSpiritShotId))
|
|
||||||
{
|
|
||||||
removeAutoSoulShot(shotId);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (soulShotId != 0)
|
if (soulShotId != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user