_owner.removeAutoSoulShot(item.getItemId());
_owner.sendPacket(new ExAutoSoulShot(item.getItemId(), 0));
}
}
_owner.sendPacket(new ShortCutInit(_owner));
for (int shotId : _owner.getAutoSoulShot().values())
_owner.sendPacket(new ExAutoSoulShot(shotId, 1));
}